Options
Covered options underlier universe + per-symbol status
List of US underliers covered by the Sugra Finance options daily snapshot. Each entry carries the ticker, name, type (stock / etf / index / volatility), asset_class (drives Greeks-source selection), category, options-volume 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. Returns 503 when the upstream universe.json blob has not been published yet.
get/api/v1/options/snapshot/universe
Response
Options universe payload.
Example response
{
"data": {
"underliers": [
{
"symbol": "AAPL",
"name": "Apple Inc",
"type": "stock",
"asset_class": "equity",
"category": "Technology",
"options_volume_rank": 1,
"status": "active",
"last_snapshot_date": "2026-05-19",
"snapshot_count": 67,
"data_source": "cboe_direct",
"reason": "yahoo_disabled"
}
],
"total": 200,
"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"
]
}
}