Skip to main content
GET
Rolling Volatility

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

start_date
string | null

Start date in YYYY-MM-DD format

Example:

"2024-01-01"

end_date
string | null

End date in YYYY-MM-DD format

Example:

"2024-12-31"

window
integer
default:252

Rolling window size in days (default: 252)

Required range: 1 <= x <= 1000
symbol
string
required

Stock symbol(s). Single or comma-separated

Examples:

"AAPL"

"AAPL,MSFT,GOOG"

Response

Successful Response

Last modified on September 21, 2026