Bitcoin CAGR

Compound annual growth rate of Bitcoin price over rolling long-term windows

How to call

Request format

GET
curl -X GET "https://newhedge.io/api/v2/metrics/cagr/METRIC_NAME?api_token=YOUR_TOKEN"
Query params

api_token (required) — 24 character token.

Path params

:metric_name — one of the metric names listed below.

Responses

200 with JSON payload, 401 for missing/invalid token, 404 for missing resources.

Metrics

Each metric is fetched independently. Responses are trimmed samples to show structure.

7 metrics
Metric

Bitcoin Price CAGR (2 Year)

Data used by the Bitcoin CAGR chart.

Endpoint
https://newhedge.io/api/v2/metrics/cagr/price_cagr_2y?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1780704000000,
    -7.3700004
  ],
  [
    1780790400000,
    -4.54
  ],
  [
    1780876800000,
    -4.4100003
  ]
]
Metric

Bitcoin Price CAGR (3 Year)

Data used by the Bitcoin CAGR chart.

Endpoint
https://newhedge.io/api/v2/metrics/cagr/price_cagr_3y?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1780704000000,
    32.190002
  ],
  [
    1780790400000,
    33.37
  ],
  [
    1780876800000,
    33.719997
  ]
]
Metric

Bitcoin Price CAGR (4 Year)

Data used by the Bitcoin CAGR chart.

Endpoint
https://newhedge.io/api/v2/metrics/cagr/price_cagr_4y?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1780704000000,
    18.09
  ],
  [
    1780790400000,
    20.2
  ],
  [
    1780876800000,
    20.47
  ]
]
Metric

Bitcoin Price CAGR (5 Year)

Data used by the Bitcoin CAGR chart.

Endpoint
https://newhedge.io/api/v2/metrics/cagr/price_cagr_5y?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1780704000000,
    12.349999
  ],
  [
    1780790400000,
    13.490001
  ],
  [
    1780876800000,
    11.2300005
  ]
]
Metric

Bitcoin Price CAGR (6 Year)

Data used by the Bitcoin CAGR chart.

Endpoint
https://newhedge.io/api/v2/metrics/cagr/price_cagr_6y?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1780704000000,
    35.620003
  ],
  [
    1780790400000,
    36.469997
  ],
  [
    1780876800000,
    36.5
  ]
]
Metric

Bitcoin Price CAGR (8 Year)

Data used by the Bitcoin CAGR chart.

Endpoint
https://newhedge.io/api/v2/metrics/cagr/price_cagr_8y?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1780704000000,
    29.65
  ],
  [
    1780790400000,
    30.32
  ],
  [
    1780876800000,
    32.38
  ]
]
Metric

Bitcoin Price CAGR (10 Year)

Data used by the Bitcoin CAGR chart.

Endpoint
https://newhedge.io/api/v2/metrics/cagr/price_cagr_10y?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1780704000000,
    59.19
  ],
  [
    1780790400000,
    59.95
  ],
  [
    1780876800000,
    59.960003
  ]
]