get_option_chain
Retrieve option chain data for a stock ticker, expiration date, and option type (calls or puts). Supports pagination and export.
Instructions
Fetch the option chain for a given ticker symbol, expiration date, and option type.
Args: ticker: str The ticker symbol of the stock to get option chain for, e.g. "AAPL" expiration_date: str The expiration date for the options chain (format: 'YYYY-MM-DD') option_type: str The type of option to fetch ('calls' or 'puts')
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | ||
| expiration_date | Yes | ||
| option_type | Yes | ||
| page | No | ||
| export_path | No |