Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Stocks

Get Stocks BTC Correlation

Analyze correlation between mining stocks and Bitcoin price movements.

GET
/stocks/btc-correlation

Authorization

X-Hi-Api-Key<token>

In: header

curl -X GET "https://api.hashrateindex.com/v1/hashrateindex/stocks/btc-correlation" \
  -H "X-Hi-Api-Key: <token>"

OK

{
  "$schema": "https://api.hashrateindex.com/v1/hashrateindex/schemas/StocksBtcCorrelationData.json",
  "data": [
    {
      "btcCorrelation": 0,
      "timestamp": "2019-08-24T14:15:22Z"
    }
  ]
}