GET /finland/spot-hinta/now
Electricity price and ranking for the current hour. Source: api.spot-hinta.fi (no auth).
curl https://nordapi.ee/api/v1/finland/spot-hinta/now
{
"data": {
"DateTime": "2026-08-12T10:45:00+03:00",
"PriceNoTax": 0.02004,
"PriceWithTax": 0.02515,
"Rank": 39
},
"success": true
}