resolve_option_conid
Resolve the unique contract identifier (conid) for an option contract by specifying symbol, expiry, strike, and right, with optional exchange.
Instructions
Resolve a specific option contract conid. Usage: { "symbol": "AAPL", "expiry": "JAN27", "strike": 200, "right": "C" } or add { "exchange": "SMART" }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| right | Yes | ||
| expiry | Yes | ||
| strike | Yes | ||
| symbol | Yes | ||
| exchange | No |