v1

latestOpenAPI 3.0.32026-08-04850206.9 KB
Indicators

Price volatility

Daily price-volatility index — the dispersion of daily returns over the window, a normalized read on how choppy price action has been. Windows: 7, 14, 30 days (default 7) — the 30-day window requires the Starter plan or higher.

get/api/v1/coins/{slug}/indicators/price-volatility

Query parameters

periodinteger

Window length — one of 7, 14, 30 (default 7).

Example:7

Window length — one of 7, 14, 30 (default 7).

startstring

ISO date lower bound.

Example:2026-06-01

ISO date lower bound.

endstring

ISO date upper bound.

Example:2026-06-30

ISO date upper bound.

limitinteger

Max rows (1–1000, default 365).

Example:30

Max rows (1–1000, default 365).

Response

Example response

{
  "data": [
    {
      "date": "2026-06-14",
      "value": 3.18
    }
  ],
  "meta": {
    "coin": "bitcoin",
    "indicator": "price-volatility",
    "period": 7,
    "count": 1
  }
}