Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Stocks

Get Stocks Volatility

Analyze mining stock price volatility and risk metrics.

GET
/stocks/volatility

Authorization

X-Hi-Api-Key<token>

In: header

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

OK

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