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
[
  [
    1782864000000,
    0.7156041041270209
  ],
  [
    1782950400000,
    0.6753312597276041
  ],
  [
    1783036800000,
    0.6678751426528799
  ]
]
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
[
  [
    1782864000000,
    -0.2608055281899559
  ],
  [
    1782950400000,
    -0.2745139928365483
  ],
  [
    1783036800000,
    -0.251923841484379
  ]
]
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
[
  [
    1782864000000,
    0.5349340721255149
  ],
  [
    1782950400000,
    0.4889514674381572
  ],
  [
    1783036800000,
    0.4654549644674832
  ]
]
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
[
  [
    1782864000000,
    0.6314657188013569
  ],
  [
    1782950400000,
    0.5610984192236255
  ],
  [
    1783036800000,
    0.5446907090054608
  ]
]
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
[
  [
    1782864000000,
    -0.3533440858040199
  ],
  [
    1782950400000,
    -0.3256062224624367
  ],
  [
    1783036800000,
    -0.3058625827631882
  ]
]