Vanguard Information Technology ETF (VGT) is one of the most popular ETFs in the world with $78B in assets. We screened every single holding — all 316 stocks — against Shariah standards using the Halal Terminal API to give you a definitive, data-backed answer.
NOT fully Shariah-compliant (82%), but very close. Payment processors (Visa, Mastercard) are the main failures. Consider SPTE or a custom tech portfolio.
Screening Results at a Glance
| Metric | Value |
|---|---|
| Total Holdings | 316 |
| Compliant Holdings | 259 |
| Non-Compliant Holdings | 57 |
| Compliance Rate | 82.0% |
| Weighted Compliance | 85.3% |
| Purification Rate | 1.8% |
| Expense Ratio | 0.10% |
| AUM | $78B |
Why VGT Fails Shariah Screening
VGT is one of the most interesting ETFs for Shariah analysis because it's tantalizingly close to compliant. At 82% by holdings count and 85.3% by weight, the vast majority of its portfolio is halal — pure technology companies with low debt and no prohibited business activities.
The problem? VGT's definition of "Information Technology" includes payment processors and fintech companies: Visa (3.5% weight), Mastercard (2.8%), and several other financial technology firms. These companies derive significant revenue from interest-based transactions, payment processing fees tied to conventional credit products, or direct lending.
Why different screeners give different answers: Some screeners (like MuslimXchange) classify Visa as a technology company and mark it compliant. Others classify it as a financial services company and mark it non-compliant. The Halal Terminal API screens based on actual revenue sources, not just GICS sector classification — and Visa's revenue model is fundamentally tied to conventional financial services.
If VGT excluded just 6 stocks (Visa, Mastercard, FIS, Fiserv, GPN, PayPal), it would be essentially 100% compliant. This makes VGT a prime candidate for a "VGT minus fintech" custom portfolio strategy.
Top Compliant Holdings
These VGT holdings pass Shariah screening:
- AAPL (19.5%)
- MSFT (16.8%)
- NVDA (14.2%)
- AVGO (4.8%)
- ADBE (1.8%)
- CRM (1.7%)
- AMD (1.5%)
- ORCL (1.4%)
- NOW (1.2%)
- INTU (1.1%)
Non-Compliant Holdings
These holdings fail and are the primary reason VGT is not compliant:
- V (Visa — financial services, 3.5%)
- MA (Mastercard — financial services, 2.8%)
- FIS (Fidelity National — fintech)
- FISV (Fiserv — fintech)
- GPN (Global Payments — fintech)
- PYPL (PayPal — fintech/lending)
Halal Alternatives
For similar market exposure with full Shariah compliance:
- SPTE (SP Funds S&P Kensho Halal Tech ETF)
- Custom portfolio: buy VGT's top holdings individually (AAPL, MSFT, NVDA, etc.) after screening each
- SPUS (broader, but tech-heavy at ~45%)
For a full comparison, see our Best Halal ETFs for 2026 guide.
Screen VGT Yourself
curl https://api.halalterminal.com/api/etf/VGT/screening \
-H "X-API-Key: YOUR_KEY"
import requests
resp = requests.get(
"https://api.halalterminal.com/api/etf/VGT/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
- VGT is NOT Shariah-compliant — 82.0% of holdings pass screening
- Weighted compliance: 85.3%
- Purification rate: 1.8%
- 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.