get_option_chain
Retrieve the complete option chain, including calls and puts, for a specified stock ticker and expiration date. Use this to analyze option contracts for equity or index options.
Instructions
Get the full option chain (calls and puts) for a symbol and expiration.
Args: symbol: Underlying ticker symbol (e.g. "AAPL"). expiration_date: Expiration date in YYYY-MM-DD format. instrument_type: EQUITY or UNDERLYING_SECURITY_FOR_INDEX_OPTION. account_id: Account ID. Optional if PUBLIC_COM_ACCOUNT_ID is set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| account_id | No | ||
| expiration_date | Yes | ||
| instrument_type | No | EQUITY |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |