v5

latestOpenAPI 3.1.0Proprietary2026-08-031,5423,1505.5 MB
Funds & ETFs

ETF spot quote from the exchange public delayed-quote feed

Live (15-min delayed) spot quote for one ETF underlier from the exchange public delayed-quote service - bid/ask, OHLC, volume, 30-day implied volatility, last-trade timestamp. Replaces the prior commercial live-quote fields (Tier C, disabled in DATA-N1) with the exchange-sourced Tier S equivalent. Ingest fires Mon-Fri 21:30 UTC (post-US-close + 15-min delay buffer). Returns 404 quote_unavailable when the ETF is not on the exchange delayed-quote feed.

get/api/v1/etf/{symbol}/quote/cboe

Path parameters

symbolstring required

ETF underlier ticker.

Example:SPY

ETF underlier ticker.

Response

Exchange spot-quote payload.

Example response

{
  "data": {
    "ticker": "SPY",
    "cboe_symbol": "SPY",
    "security_type": "stock",
    "exchange_id": "ARCA",
    "current_price": 750.46,
    "bid": 750.4,
    "ask": 750.5,
    "bid_size": 100,
    "ask_size": 200,
    "open": 745.1,
    "high": 752.3,
    "low": 744.8,
    "close": 750.2,
    "prev_day_close": 749.1,
    "price_change": 1.36,
    "price_change_percent": 0.18,
    "volume": 42034950,
    "iv30": 0.143,
    "iv30_change": -0.002,
    "iv30_change_percent": -1.38,
    "last_trade_time": "2026-05-28T20:00:00",
    "tick": "up",
    "seqno": 12345,
    "upstream_timestamp": "2026-05-28 04:27:52",
    "fetched_at": "2026-05-28T21:30:14Z",
    "data_source": "cboe_direct_quote",
    "license_attribution": "Exchange public delayed-quote service (15-min delayed)"
  },
  "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"
    ]
  }
}