find_options
Search for tradable stock options by ticker symbol, with optional filters for expiration date and option type.
Instructions
Finds tradable options with optional filtering.
Args:
symbol: Stock ticker symbol (e.g., "AAPL")
expiration_date: Optional expiration date in YYYY-MM-DD format
option_type: Optional option type ("call" or "put")Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| expiration_date | No | ||
| option_type | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||