get_technical_analysis
Returns RSI, MACD, Stochastics, ADX, moving averages, and pivot points for individual stocks.
Stocks only — ETFs like SPY, QQQ, VTI are not supported here. For ETFs,
use get_etf_analysis, get_etf_forecast, get_etf_top_stocks, or
get_etf_exposures instead.
Args:
tickers: Comma-separated stock tickers (e.g. 'NVDA' or 'NVDA,AAPL').
ETF tickers will return no data.
timeFrame: '1m','5m','15m','30m','1h','5h','day','3d','week','2w','month' (default: 'day')
Returns: summary scores, oscillators (RSI, MACD, Stochastics, ADX, CCI,
Williams %R, ATR, ROC), moving averages, and pivot points.
indicator field: 1=Sell, 2=Neutral, 3=Buy.
scoreScale: 1=StrongBuy, 2=Buy, 3=Neutral, 4=Sell, 5=StrongSell.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tickers | Yes | ||
| timeFrame | No | One of '1m','5m','15m','30m','1h','5h','day','3d','week','2w','month' (default: 'day') | day |