Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Stocks

Get Stocks Trend

Analyze mining stock market trends and directional indicators.

GET
/stocks/trend

Authorization

X-Hi-Api-Key<token>

In: header

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

OK

{
  "$schema": "https://api.hashrateindex.com/v1/hashrateindex/schemas/StocksTrendData.json",
  "data": [
    {
      "bollingerBandLower": 0,
      "bollingerBandUpper": 0,
      "companyName": "string",
      "currency": "string",
      "demarker": 0,
      "lastPrice": 0,
      "macd": 0,
      "rsi": 0,
      "slug": "string",
      "sma100D": 0,
      "sma50D": 0,
      "sma5D": 0,
      "ticker": "string"
    }
  ]
}