Skip to main content
Identify overbought/oversold conditions, momentum, and trend direction using standard technical analysis. Returns RSI(14) for overbought (>70) and oversold (<30) signals, MACD for momentum, and the 20- and 50-period simple moving averages for trend direction. Endpoint: POST /api/v1/technical-indicators Tier: point · Delivery: sync

Request

FieldType
symbolsstring[]
datestring

Response

The response is the two-key envelope { finterm, data }, where data is the finterm.result:TechnicalIndicators/v1 contract:
FieldDescription
tickerThe stock ticker symbol, uppercased (e.g. “AAPL”).
rsi_1414-period Relative Strength Index. Above 70 = overbought, below 30 = oversold.
macd_valueMACD line value (12/26/9 configuration).
macd_signalMACD signal line value.
macd_histogramMACD histogram (MACD line minus signal line).
sma_2020-period simple moving average of the closing price.
sma_5050-period simple moving average of the closing price.

Example

finterm tool technical_indicators AAPL --as-of-date 2024-01-16