← Finland

Spot-Hinta Current Hour

GET /finland/spot-hinta/now

Electricity price and ranking for the current hour. Source: api.spot-hinta.fi (no auth).

Example Requests

Basic usage
curl https://nordapi.ee/api/v1/finland/spot-hinta/now

Live Response

{
  "data": {
    "DateTime": "2026-06-26T16:45:00+03:00",
    "PriceNoTax": 0.04022,
    "PriceWithTax": 0.05048,
    "Rank": 58
  },
  "success": true
}