Tradier Option Expirations
tradier_option_expirationsList the available option expiration dates for . Returns an array of YYYY-MM-DD dates you can pass to tradier_option_chain. Example: tradier_option_expirations({ symbol: "AAPL", _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. |