GET /electricity/stats/:zone
Fáðu daily raforkuverð statistics for a specific norrænt tilboðssvæði, þar á meðal the minimum, maximum, and average price fyrir day, plus the cheapest and most expensive hours. Tilgreindu valfrjálst a date for historical stats. Gagnlegt fyrir daily energy cost summaries, sögulegt verð analysis, and helping consumers understand their electricity cost patterns án processing allar 24 hourly data points themselves. Gögn frá Nord Pool.
zone
nauðsynlegt
Zone
date
valfrjálst
Date
| Nafn | Nauðsynlegt | Sjálfgefið | Lýsing |
|---|---|---|---|
zone |
Já | - | Zone |
date |
Nei | - | Date |
curl https://nordapi.ee/api/v1/electricity/stats/NO1
curl https://nordapi.ee/api/v1/electricity/stats/NO1
curl "https://nordapi.ee/api/v1/electricity/stats/SE3?date=2026-03-20"
curl https://nordapi.ee/api/v1/electricity/stats/NO4
{
"date": "2026-04-05",
"stats": {
"avg_eur_kwh": 0.07441375,
"cheapest_hour": "2026-04-05T00:00:00Z",
"hours_with_data": 24,
"max_eur_kwh": 0.10407,
"min_eur_kwh": 0.06346,
"most_expensive_hour": "2026-04-05T20:00:00Z"
},
"success": true,
"zone": "NO1",
"zone_name": "Oslo"
}