get_options
Retrieve option chain data for a stock symbol, including calls and puts, with customizable expiration, strike range, and output format.
Instructions
Returns option chain with ATM-anchored strike window. Default: nearest 3 expirations summary; use expiration param for specific chain. Text default; set format=json for structured data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Option type filter (default: both) | |
| detail | No | summary or full detail (default: summary) | |
| format | No | Output format (default: text) | |
| symbol | Yes | Stock symbol (single symbol only) | |
| expiration | No | Specific expiration date YYYY-MM-DD (default: nearest 3 shown) | |
| strike_range | No | Number of strikes above/below ATM (default: 3) |