POST /api/v1/technical-indicators
Tier: point · Delivery: sync
Request
| Field | Type |
|---|---|
symbols | string[] |
date | string |
Response
The response is the two-key envelope{ finterm, data }, where data is the finterm.result:TechnicalIndicators/v1 contract:
| Field | Description |
|---|---|
ticker | The stock ticker symbol, uppercased (e.g. “AAPL”). |
rsi_14 | 14-period Relative Strength Index. Above 70 = overbought, below 30 = oversold. |
macd_value | MACD line value (12/26/9 configuration). |
macd_signal | MACD signal line value. |
macd_histogram | MACD histogram (MACD line minus signal line). |
sma_20 | 20-period simple moving average of the closing price. |
sma_50 | 50-period simple moving average of the closing price. |