get_option_quote
Fetch live options quotes for a stock from Yahoo, including underlying quote, available expirations/strikes, and per-contract bid/ask/last/volume/open interest/IV.
Instructions
Fetch live options quotes for a stock directly from Yahoo (on-demand, no DB sync needed): underlying quote, available expirations/strikes, and per-contract bid/ask/last/volume/open interest/IV.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Only return CALL or PUT legs | |
| limit | No | Max legs to return | |
| strike | No | Only return legs at this exact strike | |
| symbol | Yes | Ticker, e.g. NVDA | |
| expiration | No | Expiration date YYYY-MM-DD (default: nearest listed) |