schwab_option_chain_by_expiration
Retrieve option chains for a stock filtered by expiration date range and contract type. Specify symbol, optional date range, and call/put/all.
Instructions
Get option chain filtered by expiration dates.
Args:
symbol: Stock ticker symbol
from_date: Only return expirations after this date (YYYY-MM-DD)
to_date: Only return expirations before this date (YYYY-MM-DD)
contract_type: Type of contracts ('CALL', 'PUT', 'ALL')Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| from_date | No | ||
| to_date | No | ||
| contract_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||