Vanguard Growth ETF (VUG) is one of the most popular ETFs in the world with $130B in assets. We screened every single holding — all 188 stocks — against Shariah standards using the Halal Terminal API to give you a definitive, data-backed answer.
NOT Shariah-compliant (75%). Financial services and health insurance holdings prevent full compliance. Use SPUS or HLAL for halal growth exposure.
Screening Results at a Glance
| Metric | Value |
|---|---|
| Total Holdings | 188 |
| Compliant Holdings | 141 |
| Non-Compliant Holdings | 47 |
| Compliance Rate | 75.0% |
| Weighted Compliance | 78.5% |
| Purification Rate | 2.2% |
| Expense Ratio | 0.04% |
| AUM | $130B |
Why VUG Fails Shariah Screening
VUG tracks large-cap US growth stocks. Growth companies tend to be more Shariah-friendly than value stocks because they reinvest profits rather than distributing dividends (less interest income concern) and carry less debt relative to their market caps.
At 75% compliance, VUG is better than broad indices (S&P 500 at 67%) but worse than pure tech ETFs (VGT at 82%). The non-compliant holdings come from two buckets:
- Financial services: Visa, Mastercard, and PayPal are classified as growth stocks but derive revenue from conventional financial services.
- Health insurance: Elevance, Cigna, and Humana operate in conventional insurance, which involves interest-based investments.
Top Compliant Holdings
These VUG holdings pass Shariah screening:
- AAPL
- MSFT
- NVDA
- AMZN
- META
- GOOGL
- TSLA
- AVGO
- LLY
- COST
Non-Compliant Holdings
These holdings fail and are the primary reason VUG is not compliant:
- V (Visa — 2.8%)
- MA (Mastercard — 2.1%)
- ELV (Elevance Health — insurance)
- CI (Cigna — insurance)
- HUM (Humana — insurance)
- PYPL (PayPal — fintech)
Halal Alternatives
For similar market exposure with full Shariah compliance:
- SPUS (SP Funds S&P 500 Sharia ETF) — Shariah-screened S&P 500
- HLAL (Wahed FTSE USA Shariah ETF)
- UMMA (Wahed Dow Jones Islamic World ETF)
For a full comparison, see our Best Halal ETFs for 2026 guide.
Screen VUG Yourself
curl https://api.halalterminal.com/api/etf/VUG/screening \
-H "X-API-Key: YOUR_KEY"
import requests
resp = requests.get(
"https://api.halalterminal.com/api/etf/VUG/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
- VUG is NOT Shariah-compliant — 75.0% of holdings pass screening
- Weighted compliance: 78.5%
- Purification rate: 2.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.