Skip to main content
POST
Technical Indicators

Authorizations

X-API-Key
string
header
required

API key for authentication. Get your key at https://api.fincept.in/auth/register

Body

application/json
prices
number[]
required

Price series (close prices)

Example:
indicator
enum<string>
required

Technical indicator to calculate

Available options:
rsi,
ema,
macd,
bollinger,
atr,
adx,
cci,
obv
Example:

"rsi"

period
integer
default:14

Indicator period/window

Example:

14

high
number[]

High prices (for ATR, ADX, CCI)

Example:
low
number[]

Low prices (for ATR, ADX, CCI)

Example:
volume
number[]

Volume data (for OBV)

Example:

Response

Technical indicator values

success
boolean
Example:

true

data
object