schwab_option_chain
Retrieve option chain for a stock symbol, specifying contract type and strike count, with optional underlying quote.
Instructions
Get option chain for a symbol.
Args:
symbol: Stock ticker symbol
contract_type: Type of contracts ('CALL', 'PUT', 'ALL')
strike_count: Number of strikes above/below at-the-money price
include_underlying_quote: Whether to include underlying quoteInput Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| contract_type | No | ||
| strike_count | No | ||
| include_underlying_quote | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||