← 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-08-12T10:30:00+03:00",
    "PriceNoTax": 0.02703,
    "PriceWithTax": 0.03392,
    "Rank": 51
  },
  "success": true
}