GET /electricity/current/:zone
Erhalten Sie den aktuellen hour's electricity Spotpreis for a specific Nordic Gebotszone (e.g., NO1 for Oslo area, SE3 for Stockholm area). Liefert die price in EUR/MWh along with the current hour period. Unverzichtbar für Smart-Home automation that adjusts heating, EV charging, oder appliance usage based on Echtzeit electricity cost. Auch nützlich for energy cost monitoring dashboards und price alert systems. Daten von Nord Pool.
zone
erforderlich
Zone code (NO1, SE3, etc)
| Name | Erforderlich | Standard | Beschreibung |
|---|---|---|---|
zone |
Ja | - | Zone code (NO1, SE3, etc) |
curl https://nordapi.ee/api/v1/electricity/current/NO1
curl https://nordapi.ee/api/v1/electricity/current/NO1
curl https://nordapi.ee/api/v1/electricity/current/SE3
curl https://nordapi.ee/api/v1/electricity/current/NO5
{
"country": "NO",
"hour_end": "2026-04-05T21:00:00Z",
"hour_start": "2026-04-05T20:00:00Z",
"local_currency": "NOK",
"price_eur_kwh": 0.10407,
"price_eur_mwh": 104.07,
"price_local_kwh": 1.16642,
"success": true,
"zone": "NO1",
"zone_name": "Oslo"
}