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
[
  [
    1780790400000,
    0.843587750966083
  ],
  [
    1780876800000,
    0.85823141924875
  ],
  [
    1780963200000,
    0.8662499393933938
  ]
]
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
[
  [
    1780790400000,
    -0.2650839608468835
  ],
  [
    1780876800000,
    -0.2483600747872107
  ],
  [
    1780963200000,
    -0.2438376985714486
  ]
]
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
[
  [
    1780790400000,
    -0.298933066963572
  ],
  [
    1780876800000,
    -0.249850219910578
  ],
  [
    1780963200000,
    -0.1575903387343303
  ]
]
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
[
  [
    1780790400000,
    -0.295780284235048
  ],
  [
    1780876800000,
    -0.2052102361914415
  ],
  [
    1780963200000,
    -0.08697924455359531
  ]
]
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
[
  [
    1780790400000,
    -0.2302227291140039
  ],
  [
    1780876800000,
    -0.264045227249433
  ],
  [
    1780963200000,
    -0.3664022324250942
  ]
]