Skip to main content
POST
Stationarity Transformations

Authorizations

X-API-Key
string
header
required

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

Body

application/json
data
number[]
required

Time series data

Example:
transform
enum<string>
default:difference

Transformation method

Available options:
difference,
log_returns,
simple_returns
Example:

"log_returns"

Response

Transformed data with stationarity test

success
boolean
Example:

true

data
object