Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Stocks

Get Stocks Performance

Analyze detailed performance metrics of mining stocks across various timeframes.

GET
/stocks/performance

Authorization

X-Hi-Api-Key<token>

In: header

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

OK

{
  "$schema": "https://api.hashrateindex.com/v1/hashrateindex/schemas/StocksPerformanceData.json",
  "data": [
    {
      "change1D": 0,
      "change1H": 0,
      "change1W": 0,
      "change1Y": 0,
      "change3Y": 0,
      "change4H": 0,
      "changeAll": 0,
      "changeYTD": 0,
      "companyName": "string",
      "slug": "string",
      "ticker": "string"
    }
  ]
}