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

How to call

Request format

GET
curl -X GET "https://newhedge.io/api/v2/metrics/bitcoin-correlations/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.

5 metrics
Metric

Bitcoin/SPDR Gold Trust Correlation

Data used by the Bitcoin Correlations chart.

Endpoint
https://newhedge.io/api/v2/metrics/bitcoin-correlations/btc_gld_correlation?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1778976000000,
    -0.1536077479444088
  ],
  [
    1779062400000,
    -0.02548419498314109
  ],
  [
    1779148800000,
    0.2548954080341048
  ]
]
Metric

Btc Iwm Correlation

Data used by the Bitcoin Correlations chart.

Endpoint
https://newhedge.io/api/v2/metrics/bitcoin-correlations/btc_iwm_correlation?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1778976000000,
    0.8584890593105182
  ],
  [
    1779062400000,
    0.8593139678524583
  ],
  [
    1779148800000,
    0.8891648621156385
  ]
]
Metric

Btc Qqq Correlation

Data used by the Bitcoin Correlations chart.

Endpoint
https://newhedge.io/api/v2/metrics/bitcoin-correlations/btc_qqq_correlation?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1778976000000,
    0.7579073947681978
  ],
  [
    1779062400000,
    0.695765665080609
  ],
  [
    1779148800000,
    0.6272756182297149
  ]
]
Metric

Btc Spy Correlation

Data used by the Bitcoin Correlations chart.

Endpoint
https://newhedge.io/api/v2/metrics/bitcoin-correlations/btc_spy_correlation?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1778976000000,
    0.7253671031455091
  ],
  [
    1779062400000,
    0.6598591598263068
  ],
  [
    1779148800000,
    0.6056152482017759
  ]
]
Metric

Bonds (TLT) Correlation

Data used by the Bitcoin Correlations chart.

Endpoint
https://newhedge.io/api/v2/metrics/bitcoin-correlations/btc_tlt_correlation?api_token=YOUR_TOKEN

Replace `YOUR_TOKEN` with your API token.

Sample response
200 Successful response
[
  [
    1778976000000,
    -0.3458450049063438
  ],
  [
    1779062400000,
    -0.2158168366346637
  ],
  [
    1779148800000,
    -0.02058590353198872
  ]
]