Luxor Documentation Hub Logo
Hashrate Index/API Documentation/Energy

Get Energy Electricity Price per Sector

Analyze electricity pricing data across different industry sectors.

GET
/energy/electricity-price-per-sector

Authorization

X-Hi-Api-Key<token>

In: header

Query Parameters

spanstring

Time span

Default: "5Y"Value in: "5Y" | "ALL"
curl -X GET "https://api.hashrateindex.com/v1/hashrateindex/energy/electricity-price-per-sector?span=5Y" \
  -H "X-Hi-Api-Key: <token>"

OK

{
  "$schema": "https://api.hashrateindex.com/v1/hashrateindex/schemas/ElectricityPricePerSectorData.json",
  "data": [
    {
      "commercial": 0.1,
      "date": "2019-08-24T14:15:22Z",
      "industrial": 0.1,
      "residential": 0.1
    }
  ]
}