Yahoo options chain
yahoo_options_chainRetrieve options chain data for a stock symbol, including expirations, calls/puts with strikes, bid/ask, implied volatility, open interest, and volume. Optionally specify an expiration date.
Instructions
Options chain for a symbol: available expirations plus calls/puts (strikes, bid/ask, IV, OI, volume). Pass a Unix epoch-seconds expiration for a specific date, or omit for the nearest expiry.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Underlying symbol, e.g. AAPL | |
| expiration | No | Expiration as Unix epoch seconds (from the first call's result) |