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-09-03T03:00:00+03:00",
"PriceNoTax": 0.02408,
"PriceWithTax": 0.03022,
"Rank": 19
},
"success": true
}