Skip to main content
POST
Rolling Window Statistics

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:
window
integer
required

Rolling window size

Example:

3

statistic
enum<string>
default:mean

Statistic to calculate

Available options:
mean,
std,
skewness,
kurtosis,
correlation,
beta
Example:

"std"

benchmark
number[]

Benchmark series (for correlation/beta)

Example:

Response

Rolling statistics

success
boolean
Example:

true

data
object