Retrieve technical analysis indicators for a stock.
Returns trend, momentum, and volatility indicators computed from historical price data.
Omit name to get the full list of supported indicator keys. Supply name to compute
a specific indicator — optionally tuned with a custom period.
Documentation Index
Fetch the complete documentation index at: https://tradewatch.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
Authentication via API key header
Stock ticker symbol (e.g., 'AAPL', 'TSLA').
Indicator to compute. Supported values: sma (Simple Moving Average), ema (Exponential Moving Average), rsi (Relative Strength Index), macd (MACD), bollinger (Bollinger Bands), atr (Average True Range), stochastic (Stochastic Oscillator), cci (Commodity Channel Index), obv (On-Balance Volume), adx (Average Directional Index), supertrend, ichimoku (Ichimoku Cloud), vwap (VWAP), williams-r, momentum, roc (Rate of Change), wma (Weighted MA), keltner (Keltner Channel), donchian (Donchian Channel), ad (Accumulation/Distribution). Omit to receive the full list of available indicators.
Lookback period in trading days for the indicator calculation (e.g., 14 for RSI, 20 for SMA/Bollinger). Defaults vary by indicator.