Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Stocks

Get Stocks Index Performance

Analyze mining stock index performance metrics and historical returns.

GET
/stocks/index/performance

Authorization

X-Hi-Api-Key<token>

In: header

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

Successful response

{
  "$schema": "https://api.hashrateindex.com/v1/hashrateindex/schemas/StocksIndexPerformanceData.json",
  "data": [
    {
      "timestamp": "2019-08-24T14:15:22Z",
      "currentPrice": 0,
      "changeAmount": 0,
      "changePercentage": 0,
      "previousClose1D": 0,
      "open1D": 0,
      "high1D": 0,
      "low1Y": 0,
      "high1Y": 0,
      "btcCorrelation": 0
    }
  ]
}