Dividend investing is popular for good reason — regular income, compounding, and stability. But for Muslim investors, there's a structural problem: the sectors that pay the highest dividends are the same sectors that fail Shariah screening.
Why Dividend ETFs Fail
| Dividend ETF | Compliance | Why It Fails |
|---|---|---|
| SCHD | 65% | Banks, tobacco, alcohol holdings |
| VYM | 58% | Heavy financial/insurance/energy weight |
| HDV | 52% | Exxon, Chevron, tobacco, banks |
| DVY | 48% | Utilities (high debt), financials, tobacco |
| DGRO | 62% | Financial services, insurance holdings |
The pattern is clear: dividend-focused selection methodologies overweight three sectors that are almost entirely non-compliant:
- Financials (banks, insurance): Among the highest dividend yields — and 100% non-compliant
- Utilities: Stable dividends but funded by massive debt (40-60% debt/assets)
- Tobacco/Alcohol: Cash-cow businesses with high payouts — prohibited business activity
What Halal Options Exist?
Option 1: Halal ETFs That Pay Dividends
SPUS and HLAL aren't marketed as dividend ETFs, but they do pay dividends from their compliant holdings:
| ETF | Dividend Yield | Compliance | Purification |
|---|---|---|---|
| SPUS | ~0.9% | 100% | 1.2% |
| HLAL | ~0.7% | 100% | 1.4% |
| UMMA | ~1.1% | 100% | 1.3% |
| SPRE | ~3.2% | 100% | 1.8% |
Option 2: Build a Custom Halal Dividend Portfolio
Screen individual dividend-paying stocks for compliance. Many large tech companies now pay dividends:
- AAPL — ~0.5% yield, 4/5 methodologies compliant
- MSFT — ~0.7% yield, 5/5 compliant
- AVGO — ~1.3% yield, 5/5 compliant
- HD — ~2.4% yield, 5/5 compliant
- PEP — ~2.8% yield, 5/5 compliant
- JNJ — ~3.0% yield, 4/5 compliant
Option 3: SPRE for Real Estate Income
SPRE (SP Funds S&P Global REIT Sharia ETF) is the only Shariah-compliant REIT ETF. With a ~3.2% yield, it's the highest-yielding halal ETF available. See our halal REITs guide for details.
Screen Dividend Stocks for Compliance
import requests
# Screen high-dividend stocks for halal compliance
dividend_stocks = ["AVGO", "HD", "PEP", "JNJ", "ABBV", "TXN", "COST"]
for symbol in dividend_stocks:
resp = requests.post(
f"https://api.halalterminal.com/api/screen/{symbol}",
headers={"X-API-Key": "YOUR_KEY"}
)
d = resp.json()
status = "HALAL" if d["is_compliant"] else "FAIL"
print(f"{symbol}: {status} (purification: {d['purification_rate']:.1%})")
Screen any stock or ETF
Choose Your Tool
Use the interactive terminal to screen visually, or integrate the API into your own applications.
Key Takeaways
- No purpose-built halal high-dividend ETF exists yet — it's a market gap
- Dividend ETFs (SCHD, VYM, HDV) fail because they overweight banks and tobacco
- SPRE offers ~3.2% yield as a halal REIT ETF alternative
- Build a custom portfolio of compliant dividend stocks for the best yield
- Screen before investing — many individual dividend stocks are compliant even if dividend ETFs aren't
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.