Skip to main content
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
pair
string
default:btc_usd
required
startDate
string<date-time>
default:2020-01-01
endDate
string<date-time>
default:2024-06-01
timeFormat
string

Response

status
integer
Example:
title
string
Example:
description
string
Example:
payload
object