Tradier Option Chain
tradier_option_chainGet the option chain (strikes, greeks, IV, open interest) for expiring . Returns every call and put at that expiration with bid/ask/last, volume, open interest, and greeks (delta/gamma/theta/vega/IV). Example: tradier_option_chain({ symbol: "AAPL", expiration: "2026-01-16", _apiKey: "your-token" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Underlying ticker symbol, e.g. "AAPL", "SPY", "TSLA" | |
| _apiKey | Yes | Tradier access token (free with a funded Tradier brokerage account, or a sandbox token) | |
| sandbox | No | Use the Tradier sandbox environment (sandbox.tradier.com) instead of production. Default false. | |
| expiration | Yes | Expiration date in YYYY-MM-DD format, e.g. "2026-01-16" (use tradier_option_expirations to list valid dates) |