yf_ticker_options
Get the complete options chain for a ticker, including both calls and puts contracts for a specified expiration date.Parameters
Ticker symbol, e.g. AAPL
Options expiration date in YYYY-MM-DD format. If not specified, returns data for the nearest expiration date.
Timezone for date interpretation (e.g. “America/New_York”, “UTC”). Defaults to the exchange’s timezone.
Output format: “json” or “markdown”
Number of rows to preview when using markdown format (min: 1, max: 200)
Save options for exporting data to a file
Example Usage
Data Structure
The tool returns an options chain containing two main components:- calls: Array of call option contracts
- puts: Array of put option contracts
- Strike price
- Last traded price
- Bid and ask prices
- Volume
- Open interest
- Implied volatility
- Contract symbol
- Last trade date
- Additional option metrics
Response Example
Use Cases
- Analyze available strike prices and expiration dates
- Compare call and put option premiums
- Evaluate implied volatility across strikes
- Identify high-volume or high-interest contracts
- Build options trading strategies