Schwab U.S. Dividend Equity ETF (SCHD) is one of the most popular ETFs in the world with $63B in assets. We screened every single holding — all 104 stocks — against Shariah standards using the Halal Terminal API to give you a definitive, data-backed answer.
NOT Shariah-compliant. Banks, tobacco, and alcohol companies make up a significant portion of holdings. No direct halal equivalent exists — consider SPUS/HLAL or a custom compliant dividend portfolio.
Screening Results at a Glance
| Metric | Value |
|---|---|
| Total Holdings | 104 |
| Compliant Holdings | 68 |
| Non-Compliant Holdings | 36 |
| Compliance Rate | 65.4% |
| Weighted Compliance | 61.2% |
| Purification Rate | 5.2% |
| Expense Ratio | 0.06% |
| AUM | $63B |
Why SCHD Fails Shariah Screening
SCHD is the darling of dividend investors — $63 billion in assets and one of the most discussed ETFs on investing forums. But for Muslim investors, it has a fundamental problem: dividend-focused ETFs naturally overweight financial and consumer staples sectors, which are the two sectors most likely to fail Shariah screening.
Banks and financial companies pay some of the highest dividends in the market, so any methodology that selects for dividend yield will inevitably include them. SCHD holds multiple regional banks (US Bancorp, Fifth Third, KeyCorp), insurance companies, and financial services firms.
Additionally, SCHD holds tobacco (Philip Morris) and alcohol companies (Constellation Brands, Molson Coors) — direct business activity failures regardless of financial ratios.
The halal dividend dilemma: Shariah screening removes the highest-yielding sectors (financials, tobacco, alcohol), which means a truly halal dividend ETF will have a lower yield than SCHD. Currently, there is no purpose-built halal high-dividend ETF equivalent. Commonly discussed options include SPUS or HLAL (which include dividend-paying compliant stocks) or building a custom portfolio of compliant dividend stocks.
Top Compliant Holdings
These SCHD holdings pass Shariah screening:
- ABBV (pharma)
- AMGN (biotech)
- HD (home improvement)
- PEP (beverages)
- CSCO (networking)
- TXN (semiconductors)
- AVGO (semiconductors)
Non-Compliant Holdings
These holdings fail and are the primary reason SCHD is not compliant:
- PFG (financial services — Principal Financial)
- USB (banking — US Bancorp)
- FITB (banking — Fifth Third)
- KEY (banking — KeyCorp)
- LMT (defense — Lockheed Martin)
- PM (tobacco — Philip Morris)
- STZ (alcohol — Constellation Brands)
- TAP (alcohol — Molson Coors)
Halal Alternatives
For similar market exposure with full Shariah compliance:
- SPUS (SP Funds S&P 500 Sharia ETF) — includes compliant dividend payers
- HLAL (Wahed FTSE USA Shariah ETF)
- Custom portfolio of compliant dividend stocks (screen with Halal Terminal API)
For a full comparison, see our Best Halal ETFs for 2026 guide.
Screen SCHD Yourself
curl https://api.halalterminal.com/api/etf/SCHD/screening \
-H "X-API-Key: YOUR_KEY"
import requests
resp = requests.get(
"https://api.halalterminal.com/api/etf/SCHD/screening",
headers={"X-API-Key": "YOUR_KEY"}
)
data = resp.json()
print(f"Compliance Rate: {data['compliance_rate']}%")
print(f"Compliant: {data['compliant_holdings']}/{data['total_holdings']}")
print(f"Purification: {data['purification_rate']:.1%}")
for h in data["holdings"]:
if h["compliance_status"] != "compliant":
print(f" FAIL: {h['symbol']} ({h['weight']:.1%} weight)")
Two ways to screen
Halal Terminal
Screen stocks and ETFs interactively with real-time data, multi-methodology verdicts, and transparent financial ratios.
Key Takeaways
- SCHD is NOT Shariah-compliant — 65.4% of holdings pass screening
- Weighted compliance: 61.2%
- Purification rate: 5.2%
- Halal alternatives: SPUS, HLAL, and UMMA offer similar exposure with full compliance
Important Disclaimer
Not financial advice. The information provided on this page is for educational and informational purposes only and should not be construed as financial advice, investment advice, trading advice, or any other type of advice. You should not make any financial decisions based solely on the information presented here.
Not a fatwa. Shariah compliance screening results are generated using automated data analysis based on publicly available financial data. These results do not constitute a religious ruling (fatwa) and should not be treated as one. Always consult a qualified Islamic scholar or Shariah advisor for guidance specific to your situation.
Do your own research. Past performance and current compliance status do not guarantee future results or continued compliance. Screening data may contain errors or become outdated. Always verify information independently and consult with a qualified financial advisor before making any investment decisions.