Get Option Chain
get_option_chainGet available option expirations and strikes for an underlying security, including separate call and put strike lists.
Instructions
Get available option expirations and strikes for an underlying security. Returns the list of strikes for calls and puts. Fast — single API call. To get conids for specific strikes, use get_option_contracts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conid | Yes | Contract ID of the underlying security | |
| month | No | Expiration month (e.g. "MAY26"). If omitted, returns nearest. | |
| exchange | No | Exchange filter (e.g. "SMART") |