GET
/
analytics
/
realized-volatility
/
seasonality
/
month-of-year
Seasonality: Volatility Month of the Year
curl --request GET \
  --url https://api.amberdata.com/markets/derivatives/analytics/realized-volatility/seasonality/month-of-year \
  --header 'x-api-key: <api-key>'
{
  "status": 200,
  "title": "OK",
  "description": "Successful request",
  "payload": {
    "data": [
      {
        "month": "JAN",
        "historicalVolatility1day": 65.77079688679153
      },
      {
        "month": "FEB",
        "historicalVolatility1day": 59.7447949807975
      },
      {
        "month": "MARCH",
        "historicalVolatility1day": 76.73331120590984
      },
      {
        "month": "APR",
        "historicalVolatility1day": 54.358370710033334
      },
      {
        "month": "MAY",
        "historicalVolatility1day": 67.70822896571099
      },
      {
        "month": "JUNE",
        "historicalVolatility1day": 64.21472571465304
      },
      {
        "month": "JULY",
        "historicalVolatility1day": 46.20634917679558
      },
      {
        "month": "AUG",
        "historicalVolatility1day": 45.904014842623525
      },
      {
        "month": "SEP",
        "historicalVolatility1day": 48.981292813814726
      },
      {
        "month": "OCT",
        "historicalVolatility1day": 43.324680324903184
      },
      {
        "month": "NOV",
        "historicalVolatility1day": 54.04051311136871
      },
      {
        "month": "DEC",
        "historicalVolatility1day": 49.554863548275776
      }
    ],
    "metadata": {
      "api-version": "2023-09-30"
    }
  }
}

Authorizations

x-api-key
string
header
required

Query Parameters

exchange
string
default:gdax
required

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

pair
string
default:btc_usd
required

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

startDate
string<date-time>
default:2020-01-01

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

endDate
string<date-time>
default:2024-06-01

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

timeFormat
string

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

Response

200
application/json

200

The response is of type object.