Intrinio Options Chain
intrinio_options_chainOptions chain with greeks and implied volatility for a symbol at a given expiration — returns strike, type, bid/ask/last, volume, open interest, delta, and IV per contract. Example: intrinio_options_chain({ symbol: "AAPL", expiration: "2026-01-16", _apiKey: "your-key" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Optional filter: "call" or "put" | |
| symbol | Yes | Underlying ticker, e.g. "AAPL", "MSFT" | |
| _apiKey | Yes | Intrinio API key (intrinio.com) | |
| moneyness | No | Optional: "all", "in_the_money", "out_of_the_money", or "near_the_money" | |
| page_size | No | Max contracts to return (default 100) | |
| expiration | Yes | Expiration date in YYYY-MM-DD format, e.g. "2026-01-16" |