Cboe options chain
cboe_options_chainRetrieve complete options chain data for any ticker from Cboe, including bid/ask, last price, volume, open interest, implied volatility, and greeks, along with the underlying quote.
Instructions
Full options chain for an underlying from Cboe (no key, no crumb) — a robust alternative to yahoo_options_chain. Returns every listed option (all expirations/strikes) with bid/ask, last, volume, open interest, IV, and greeks, plus the underlying quote.
Note: the response can be large; filter client-side by expiration/strike. Example: { symbol: 'AAPL' }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Underlying ticker, e.g. AAPL |