get_option_chain
Retrieve complete option chain (calls and puts) for any symbol and expiration date to evaluate trading opportunities.
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 | ||
| expiration_date | Yes | ||
| instrument_type | No | EQUITY | |
| account_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |