Tradier Quote
tradier_quoteGet real-time quotes for (last price, bid, ask, volume, change). Accepts one or more comma-separated tickers. Example: tradier_quote({ symbols: "AAPL,MSFT,SPY", _apiKey: "your-token" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _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. | |
| symbols | Yes | One or more ticker symbols, comma-separated, e.g. "AAPL" or "AAPL,MSFT,SPY" |