Seasonality: Volatility Day of Week

This endpoint returns the average realized volatility, for a select date range, grouped by the day-of-the-week. Users can view how weekend volatility compares to say, Wednesday realized volatility, etc.

RESPONSE DATA
FieldTypeDescription
payload.metadata.api-versionstringVersion of the API.
payload.data[index].weekdaystringThis is the day of the week.
payload.data[index].historicalVolatility1daynumberThe is the average 1-day realized volatility, over the select date range, for the given day of the week..

Query Params
string
required
Defaults to gdax

[Required] The exchange for which to retrieve the volatility cone.
[Examples] gdax

string
required
Defaults to btc_usd

[Required] The underlying pair for which to retrieve the volatility cone.
[Examples] btc_usd

date-time
Defaults to 2020-01-01

[Optional] Payload only includes data after this date (inclusive).
[Formats] seconds | milliseconds | iso8601
[Examples] 1578531600 | 1578531600000 | 2020-09-01T01:00:00

date-time
Defaults to 2024-06-01

[Optional] Payload only includes data before this date (exclusive).
[Formats] seconds | milliseconds | iso8601
[Examples] 1578531600 | 1578531600000 | 2020-09-01T01:00:00

string

[Optional] Time format of the timestamps in the return payload.
[Defaults] milliseconds | ms* | iso | iso8601 | hr | human_readable

Responses

Language
Credentials
Click Try It! to start a request and see the response here! Or choose an example:
application/json