get_option_chain
Get option chain data for a given stock symbol and expiration date, with filter for calls, puts, or both.
Instructions
Get option chain data for a specific expiration date.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock ticker symbol. | |
| expiration_date | Yes | Option expiration date (YYYY-MM-DD format). | |
| option_type | No | Type of options - "calls", "puts", or "both". |