Funds & ETFs
Covered ETF universe + per-symbol status
List of US ETFs covered by the Sugra Finance fund-summary daily snapshot. Each entry carries the ticker, name, category, AUM rank, and a status flag (active / delisted_candidate / removed). The universe refreshes quarterly; the daily snapshot cycle populates last_snapshot_date and snapshot_count per symbol from the latest manifest.
get/api/v1/etf/snapshot/universe
Response
ETF universe payload.
Example response
{
"data": {
"symbols": [
{
"symbol": "SPY",
"name": "SPDR S&P 500 ETF Trust",
"category": "Large Blend",
"aum_rank": 1,
"aum_usd_estimate": 580000000000,
"status": "active",
"last_snapshot_date": "2026-05-19",
"snapshot_count": 87
}
],
"total": 300,
"refreshed_at": "2026-04-15T10:00:00Z",
"universe_version": "2026-Q2"
},
"meta": {
"endpoint": "/api/v1/fred/us/cpi",
"data_time": "2026-04-16T14:30:00Z",
"response_time": "2026-04-16T14:30:12Z",
"provider": "Sugra API v1.0.1",
"source": "sugra_crypto",
"attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
"fallback_chain": [
"sugra_crypto",
"sugra_finance"
]
}
}