Bitcoin Correlations (GLD, IWM, QQQ, SPY, TLT)
30-day rolling correlations between Bitcoin (BTC) price and SPDR Gold Shares (GLD), Russell 2000 (IWM), Invesco QQQ (QQQ), S&P 500 (SPY), and the iShares 20+ Year Treasury Bond ETF
Request format
curl -X GET "https://newhedge.io/api/v2/metrics/bitcoin-correlations/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/SPDR Gold Trust Correlation
Data used by the Bitcoin Correlations chart.
https://newhedge.io/api/v2/metrics/bitcoin-correlations/btc_gld_correlation?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
[
1778976000000,
-0.1536077479444088
],
[
1779062400000,
-0.02548419498314109
],
[
1779148800000,
0.2548954080341048
]
]
Btc Iwm Correlation
Data used by the Bitcoin Correlations chart.
https://newhedge.io/api/v2/metrics/bitcoin-correlations/btc_iwm_correlation?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
[
1778976000000,
0.8584890593105182
],
[
1779062400000,
0.8593139678524583
],
[
1779148800000,
0.8891648621156385
]
]
Btc Qqq Correlation
Data used by the Bitcoin Correlations chart.
https://newhedge.io/api/v2/metrics/bitcoin-correlations/btc_qqq_correlation?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
[
1778976000000,
0.7579073947681978
],
[
1779062400000,
0.695765665080609
],
[
1779148800000,
0.6272756182297149
]
]
Btc Spy Correlation
Data used by the Bitcoin Correlations chart.
https://newhedge.io/api/v2/metrics/bitcoin-correlations/btc_spy_correlation?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
[
1778976000000,
0.7253671031455091
],
[
1779062400000,
0.6598591598263068
],
[
1779148800000,
0.6056152482017759
]
]
Bonds (TLT) Correlation
Data used by the Bitcoin Correlations chart.
https://newhedge.io/api/v2/metrics/bitcoin-correlations/btc_tlt_correlation?api_token=YOUR_TOKEN
Replace `YOUR_TOKEN` with your API token.
[
[
1778976000000,
-0.3458450049063438
],
[
1779062400000,
-0.2158168366346637
],
[
1779148800000,
-0.02058590353198872
]
]