Cboe delayed quote (stocks / indices)
cboe_quoteGet delayed quote snapshots for equities, ETFs, or indices from Cboe. Returns price, bid/ask, day range, volume, and metadata without an API key.
Instructions
Delayed (~15 min) quote snapshot for an equity, ETF, or index from Cboe — a no-key backend independent of Yahoo. Returns last/bid/ask, day open/high/low/close, previous close, volume, and security metadata.
Symbols: tickers as-is (AAPL, SPY); indices with an underscore prefix (_SPX, _VIX, _DJI, _NDX). Example: { symbol: 'AAPL' } or { symbol: '_SPX' }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Ticker (AAPL, SPY) or underscore-prefixed index (_SPX, _VIX) |