v1

latestOpenAPI 3.0.32026-08-04850206.9 KB
Indicators

CCI (Commodity Channel Index)

Daily Commodity Channel Index — measures how far price has deviated from its statistical mean; readings beyond ±100 flag strong trends or potential reversals. Windows: 20, 50, 100 days (default 20).

get/api/v1/coins/{slug}/indicators/cci

Query parameters

periodinteger

Window length — one of 20, 50, 100 (default 20).

Example:20

Window length — one of 20, 50, 100 (default 20).

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": -83.5
    }
  ],
  "meta": {
    "coin": "bitcoin",
    "indicator": "cci",
    "period": 20,
    "count": 1
  }
}