v1

latestOpenAPI 3.0.32026-08-04850206.9 KB
Indicators

Williams %R

Daily Williams %R — a momentum oscillator bounded −100–0 that maps where the close sits within the recent high-low range; above −20 overbought, below −80 oversold. Windows: 14, 20, 50 days (default 14).

get/api/v1/coins/{slug}/indicators/williams-r

Query parameters

periodinteger

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

Example:14

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

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": -72.4
    }
  ],
  "meta": {
    "coin": "bitcoin",
    "indicator": "williams-r",
    "period": 14,
    "count": 1
  }
}