Skip to main content
POST
/
api
/
v1
/
technical-indicators
Default indicator set for one symbol.
finterm tool technical_indicators AAPL --as-of-date 2024-01-16
{
  "finterm": {
    "schema": "<string>",
    "tool": "<string>",
    "args": {},
    "request_id": "<string>",
    "cursor": "<string>"
  },
  "data": {
    "ticker": "<string>",
    "rsi_14": 123,
    "macd_value": 123,
    "macd_signal": 123,
    "macd_histogram": 123,
    "sma_20": 123,
    "sma_50": 123
  }
}

Authorizations

Authorization
string
header
required

A live account API key from FINTERM_API_KEY.

Body

application/json
symbols
string[]
required

Stock ticker symbols

Required array length: 1 - 10 elements
date
string
required

Indicator date in YYYY-MM-DD format

Pattern: ^\d{4}-\d{2}-\d{2}$

Response

Success.

The two-key success envelope.

finterm
object
required

Canonical result meta header.

data
object
required