Get Option Contracts
get_option_contractsRetrieve option contract IDs (conids) for specific strike prices and expiration dates. Use these conids with market snapshot tools to fetch pricing and implied volatility data.
Instructions
Get option contract details (conids) for specific strikes. Returns conids you can use with get_market_snapshot for pricing/IV. Fetches up to 10 strikes at a time to stay fast.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| conid | Yes | Contract ID of the underlying security | |
| month | Yes | Expiration month (e.g. "MAY26") | |
| right | No | Filter by call (C) or put (P). If omitted, returns both. | |
| strikes | Yes | Strike prices to look up (max 10) | |
| exchange | No | Exchange filter |