واجهة برمجة تطبيقات JSON مجانية للقراءة فقط
يخدم هذا الموقع قاعدة بياناته المخزنة مؤقتاً — وليس وكيلاً مباشراً للموردين الأصليين. يدعم CORS، ولا يتطلب مفتاحاً، والتخزين المؤقت ~دقيقتان، مع حدود صارمة للصفوف. تتضمن كل استجابة نسباً للمصدر وإخلاء مسؤولية للأغراض البحثية فقط.
/api/v1/etfs
ETF directory (sort: aum, yield, er, ytd; filters: category, issuer)
curl "https://etfexplorer.com/api/v1/etfs?limit=50&sort=aum"
/api/v1/etf/VOO
Full profile: metadata + quote + performance + risk
curl "https://etfexplorer.com/api/v1/etf/VOO"
/api/v1/etf/VOO/holdings
Holdings with weights, shares, value and as-of date
curl "https://etfexplorer.com/api/v1/etf/VOO/holdings?limit=25"
/api/v1/etf/SCHD/distributions
Distribution history (ex/record/pay dates, amounts)
curl "https://etfexplorer.com/api/v1/etf/SCHD/distributions"
/api/v1/etf/VOO/history
Daily closes + dividend-adjusted closes
curl "https://etfexplorer.com/api/v1/etf/VOO/history?days=365"
/api/v1/quotes
Batch delayed quotes
curl "https://etfexplorer.com/api/v1/quotes?symbols=SPY,QQQ,VOO"
/api/v1/stock/NVDA/etfs
Reverse holdings: every ETF holding a stock
curl "https://etfexplorer.com/api/v1/stock/NVDA/etfs"
/api/v1/ticker
Ticker-bar feed: top 30 ETFs by AUM
curl "https://etfexplorer.com/api/v1/ticker"
/api/v1/search
Symbol/name search
curl "https://etfexplorer.com/api/v1/search?term=dividend"
مغلَّف الاستجابة
{
"data": [ … ],
"meta": {
"count": 25,
"as_of": "2026-08-14T18:00:00Z",
"attribution": "Market data: Financial Modeling Prep (delayed 15-20+ min). Derived analytics computed by ETF Explorer from stored series.",
"disclaimer": "Research/informational use only. Not investment advice. Verify against primary sources before acting."
}
}
الاستخدام العادل: يُرجى الاقتصار على القراءة والاستخدام المعقول. وُجد الـ API لتمكين الوكلاء الآليين وجداول البيانات من الوصول دون الحاجة إلى استخراج البيانات من HTML.