Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Stocks

Get Stocks Market News

Access latest news and market updates affecting mining stocks and industry trends.

GET
/stocks/market-news

Authorization

X-Hi-Api-Key<token>

In: header

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

OK

{
  "$schema": "https://api.hashrateindex.com/v1/hashrateindex/schemas/MarketNewsData.json",
  "data": [
    {
      "category": "string",
      "headline": "string",
      "source": "string",
      "stock": "string",
      "summary": "string",
      "timestamp": "2019-08-24T14:15:22Z",
      "url": "string"
    }
  ]
}