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
[
  [
    1778976000000,
    7.8500004
  ],
  [
    1779062400000,
    7.21
  ],
  [
    1779148800000,
    7.7299995
  ]
]
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
[
  [
    1778976000000,
    42.379997
  ],
  [
    1779062400000,
    41.88
  ],
  [
    1779148800000,
    41.49
  ]
]
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
[
  [
    1778976000000,
    28.009998
  ],
  [
    1779062400000,
    26.300001
  ],
  [
    1779148800000,
    27.34
  ]
]
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
[
  [
    1778976000000,
    12.620001
  ],
  [
    1779062400000,
    15.05
  ],
  [
    1779148800000,
    13.51
  ]
]
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
[
  [
    1778976000000,
    41.47
  ],
  [
    1779062400000,
    41.18
  ],
  [
    1779148800000,
    41.530003
  ]
]
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
[
  [
    1778976000000,
    32.4
  ],
  [
    1779062400000,
    31.66
  ],
  [
    1779148800000,
    31.86
  ]
]
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
[
  [
    1778976000000,
    67.67
  ],
  [
    1779062400000,
    67.369995
  ],
  [
    1779148800000,
    67.32
  ]
]