get_option_chain
Retrieve call or put option chains for a stock ticker on a specific expiration date. Enter ticker, date, and option type to get detailed options data.
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 |