Bitcoin CAGR
Compound annual growth rate of Bitcoin price over rolling long-term windows
Request format
curl -X GET "https://newhedge.io/api/v2/metrics/cagr/METRIC_NAME?api_token=YOUR_TOKEN"
api_token (required) — 24 character token.
:metric_name — one of the metric names listed below.
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.
Bitcoin Price CAGR (2 Year)
Data used by the Bitcoin CAGR chart.
https://newhedge.io/api/v2/metrics/cagr/price_cagr_2y?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
[
1778976000000,
7.8500004
],
[
1779062400000,
7.21
],
[
1779148800000,
7.7299995
]
]
Bitcoin Price CAGR (3 Year)
Data used by the Bitcoin CAGR chart.
https://newhedge.io/api/v2/metrics/cagr/price_cagr_3y?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
[
1778976000000,
42.379997
],
[
1779062400000,
41.88
],
[
1779148800000,
41.49
]
]
Bitcoin Price CAGR (4 Year)
Data used by the Bitcoin CAGR chart.
https://newhedge.io/api/v2/metrics/cagr/price_cagr_4y?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
[
1778976000000,
28.009998
],
[
1779062400000,
26.300001
],
[
1779148800000,
27.34
]
]
Bitcoin Price CAGR (5 Year)
Data used by the Bitcoin CAGR chart.
https://newhedge.io/api/v2/metrics/cagr/price_cagr_5y?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
[
1778976000000,
12.620001
],
[
1779062400000,
15.05
],
[
1779148800000,
13.51
]
]
Bitcoin Price CAGR (6 Year)
Data used by the Bitcoin CAGR chart.
https://newhedge.io/api/v2/metrics/cagr/price_cagr_6y?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
[
1778976000000,
41.47
],
[
1779062400000,
41.18
],
[
1779148800000,
41.530003
]
]
Bitcoin Price CAGR (8 Year)
Data used by the Bitcoin CAGR chart.
https://newhedge.io/api/v2/metrics/cagr/price_cagr_8y?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
[
1778976000000,
32.4
],
[
1779062400000,
31.66
],
[
1779148800000,
31.86
]
]
Bitcoin Price CAGR (10 Year)
Data used by the Bitcoin CAGR chart.
https://newhedge.io/api/v2/metrics/cagr/price_cagr_10y?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
[
1778976000000,
67.67
],
[
1779062400000,
67.369995
],
[
1779148800000,
67.32
]
]