Skip to main content
Calculate standard momentum and trend indicators. Returns RSI(14) with conventional above-70 overbought and below-30 oversold heuristic labels; those labels are not reversal forecasts. Also returns 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

Response

The response is the two-key envelope { finterm, data }, where data is the finterm.result:TechnicalIndicators/v1 contract:

Example