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
[
  [
    1782864000000,
    -2.23
  ],
  [
    1782950400000,
    -0.31
  ],
  [
    1783036800000,
    1.79
  ]
]
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
[
  [
    1782864000000,
    25.400002
  ],
  [
    1782950400000,
    25.48
  ],
  [
    1783036800000,
    26.47
  ]
]
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
[
  [
    1782864000000,
    32.96
  ],
  [
    1782950400000,
    33.649998
  ],
  [
    1783036800000,
    32.63
  ]
]
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
[
  [
    1782864000000,
    12.37
  ],
  [
    1782950400000,
    12.179999
  ],
  [
    1783036800000,
    11.95
  ]
]
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
[
  [
    1782864000000,
    36.95
  ],
  [
    1782950400000,
    37.59
  ],
  [
    1783036800000,
    37.79
  ]
]
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
[
  [
    1782864000000,
    31.89
  ],
  [
    1782950400000,
    32.030003
  ],
  [
    1783036800000,
    32.59
  ]
]
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
[
  [
    1782864000000,
    57.0
  ],
  [
    1782950400000,
    57.010002
  ],
  [
    1783036800000,
    57.39
  ]
]