GET /electricity/today/:zone
Get all 24 hourly electricity spot prices for today in a specific Nordic bidding zone. Returns each hour's price in EUR/MWh, making it easy to find the cheapest and most expensive hours of the day. Critical for smart home systems that schedule energy-intensive tasks (laundry, dishwasher, EV charging) during the cheapest hours, and for energy dashboards showing the full daily price curve. Data from Nord Pool.
zone
required
Zone code
| Name | Required | Default | Description |
|---|---|---|---|
zone |
Yes | - | Zone code |
curl https://nordapi.ee/api/v1/electricity/today/SE3
curl https://nordapi.ee/api/v1/electricity/today/SE3
curl https://nordapi.ee/api/v1/electricity/today/NO1
{
"count": 88,
"country": "SE",
"data": [
{
"hour_end": "2026-08-12T00:15:00Z",
"hour_start": "2026-08-12T00:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.08715,
"price_local_kwh": 0.95574
},
{
"hour_end": "2026-08-12T00:30:00Z",
"hour_start": "2026-08-12T00:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.08594,
"price_local_kwh": 0.94247
},
{
"hour_end": "2026-08-12T00:45:00Z",
"hour_start": "2026-08-12T00:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.08598,
"price_local_kwh": 0.94291
},
{
"hour_end": "2026-08-12T01:00:00Z",
"hour_start": "2026-08-12T00:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.08691,
"price_local_kwh": 0.95311
},
{
"hour_end": "2026-08-12T01:15:00Z",
"hour_start": "2026-08-12T01:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.08406,
"price_local_kwh": 0.92185
},
{
"hour_end": "2026-08-12T01:30:00Z",
"hour_start": "2026-08-12T01:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.08416,
"price_local_kwh": 0.92295
},
{
"hour_end": "2026-08-12T01:45:00Z",
"hour_start": "2026-08-12T01:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.08562,
"price_local_kwh": 0.93896
},
{
"hour_end": "2026-08-12T02:00:00Z",
"hour_start": "2026-08-12T01:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.08586,
"price_local_kwh": 0.94159
},
{
"hour_end": "2026-08-12T02:15:00Z",
"hour_start": "2026-08-12T02:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.08323,
"price_local_kwh": 0.91275
},
{
"hour_end": "2026-08-12T02:30:00Z",
"hour_start": "2026-08-12T02:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.08449,
"price_local_kwh": 0.92657
},
{
"hour_end": "2026-08-12T02:45:00Z",
"hour_start": "2026-08-12T02:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.08512,
"price_local_kwh": 0.93348
},
{
"hour_end": "2026-08-12T03:00:00Z",
"hour_start": "2026-08-12T02:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.08892,
"price_local_kwh": 0.97515
},
{
"hour_end": "2026-08-12T03:15:00Z",
"hour_start": "2026-08-12T03:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.08722,
"price_local_kwh": 0.95651
},
{
"hour_end": "2026-08-12T03:30:00Z",
"hour_start": "2026-08-12T03:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.09199,
"price_local_kwh": 1.00882
},
{
"hour_end": "2026-08-12T03:45:00Z",
"hour_start": "2026-08-12T03:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.10014,
"price_local_kwh": 1.09819
},
{
"hour_end": "2026-08-12T04:00:00Z",
"hour_start": "2026-08-12T03:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.10453,
"price_local_kwh": 1.14634
},
{
"hour_end": "2026-08-12T04:15:00Z",
"hour_start": "2026-08-12T04:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.09745,
"price_local_kwh": 1.06869
},
{
"hour_end": "2026-08-12T04:30:00Z",
"hour_start": "2026-08-12T04:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.10636,
"price_local_kwh": 1.16641
},
{
"hour_end": "2026-08-12T04:45:00Z",
"hour_start": "2026-08-12T04:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.10532,
"price_local_kwh": 1.155
},
{
"hour_end": "2026-08-12T05:00:00Z",
"hour_start": "2026-08-12T04:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.11,
"price_local_kwh": 1.20633
},
{
"hour_end": "2026-08-12T05:15:00Z",
"hour_start": "2026-08-12T05:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.11111,
"price_local_kwh": 1.2185
},
{
"hour_end": "2026-08-12T05:30:00Z",
"hour_start": "2026-08-12T05:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.10999,
"price_local_kwh": 1.20622
},
{
"hour_end": "2026-08-12T05:45:00Z",
"hour_start": "2026-08-12T05:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.10868,
"price_local_kwh": 1.19185
},
{
"hour_end": "2026-08-12T06:00:00Z",
"hour_start": "2026-08-12T05:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.10301,
"price_local_kwh": 1.12967
},
{
"hour_end": "2026-08-12T06:15:00Z",
"hour_start": "2026-08-12T06:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.116,
"price_local_kwh": 1.27212
},
{
"hour_end": "2026-08-12T06:30:00Z",
"hour_start": "2026-08-12T06:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.10516,
"price_local_kwh": 1.15325
},
{
"hour_end": "2026-08-12T06:45:00Z",
"hour_start": "2026-08-12T06:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.09592,
"price_local_kwh": 1.05192
},
{
"hour_end": "2026-08-12T07:00:00Z",
"hour_start": "2026-08-12T06:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.08636,
"price_local_kwh": 0.94708
},
{
"hour_end": "2026-08-12T07:15:00Z",
"hour_start": "2026-08-12T07:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.10252,
"price_local_kwh": 1.1243
},
{
"hour_end": "2026-08-12T07:30:00Z",
"hour_start": "2026-08-12T07:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.04428,
"price_local_kwh": 0.4856
},
{
"hour_end": "2026-08-12T07:45:00Z",
"hour_start": "2026-08-12T07:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.02726,
"price_local_kwh": 0.29895
},
{
"hour_end": "2026-08-12T08:00:00Z",
"hour_start": "2026-08-12T07:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.0198,
"price_local_kwh": 0.21714
},
{
"hour_end": "2026-08-12T08:15:00Z",
"hour_start": "2026-08-12T08:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.02875,
"price_local_kwh": 0.31529
},
{
"hour_end": "2026-08-12T08:30:00Z",
"hour_start": "2026-08-12T08:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.02441,
"price_local_kwh": 0.26769
},
{
"hour_end": "2026-08-12T08:45:00Z",
"hour_start": "2026-08-12T08:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.02941,
"price_local_kwh": 0.32253
},
{
"hour_end": "2026-08-12T09:00:00Z",
"hour_start": "2026-08-12T08:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.02583,
"price_local_kwh": 0.28327
},
{
"hour_end": "2026-08-12T09:15:00Z",
"hour_start": "2026-08-12T09:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.02748,
"price_local_kwh": 0.30136
},
{
"hour_end": "2026-08-12T09:30:00Z",
"hour_start": "2026-08-12T09:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.03269,
"price_local_kwh": 0.3585
},
{
"hour_end": "2026-08-12T09:45:00Z",
"hour_start": "2026-08-12T09:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.03003,
"price_local_kwh": 0.32933
},
{
"hour_end": "2026-08-12T10:00:00Z",
"hour_start": "2026-08-12T09:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.01849,
"price_local_kwh": 0.20277
},
{
"hour_end": "2026-08-12T10:15:00Z",
"hour_start": "2026-08-12T10:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.02396,
"price_local_kwh": 0.26276
},
{
"hour_end": "2026-08-12T10:30:00Z",
"hour_start": "2026-08-12T10:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.01935,
"price_local_kwh": 0.2122
},
{
"hour_end": "2026-08-12T10:45:00Z",
"hour_start": "2026-08-12T10:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.0194,
"price_local_kwh": 0.21275
},
{
"hour_end": "2026-08-12T11:00:00Z",
"hour_start": "2026-08-12T10:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.01949,
"price_local_kwh": 0.21374
},
{
"hour_end": "2026-08-12T11:15:00Z",
"hour_start": "2026-08-12T11:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.01665,
"price_local_kwh": 0.18259
},
{
"hour_end": "2026-08-12T11:30:00Z",
"hour_start": "2026-08-12T11:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.01939,
"price_local_kwh": 0.21264
},
{
"hour_end": "2026-08-12T11:45:00Z",
"hour_start": "2026-08-12T11:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.01867,
"price_local_kwh": 0.20475
},
{
"hour_end": "2026-08-12T12:00:00Z",
"hour_start": "2026-08-12T11:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.01665,
"price_local_kwh": 0.18259
},
{
"hour_end": "2026-08-12T12:15:00Z",
"hour_start": "2026-08-12T12:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.01825,
"price_local_kwh": 0.20014
},
{
"hour_end": "2026-08-12T12:30:00Z",
"hour_start": "2026-08-12T12:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.02142,
"price_local_kwh": 0.2349
},
{
"hour_end": "2026-08-12T12:45:00Z",
"hour_start": "2026-08-12T12:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.02656,
"price_local_kwh": 0.29127
},
{
"hour_end": "2026-08-12T13:00:00Z",
"hour_start": "2026-08-12T12:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.0258,
"price_local_kwh": 0.28294
},
{
"hour_end": "2026-08-12T13:15:00Z",
"hour_start": "2026-08-12T13:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.01949,
"price_local_kwh": 0.21374
},
{
"hour_end": "2026-08-12T13:30:00Z",
"hour_start": "2026-08-12T13:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.02807,
"price_local_kwh": 0.30783
},
{
"hour_end": "2026-08-12T13:45:00Z",
"hour_start": "2026-08-12T13:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.0376,
"price_local_kwh": 0.41234
},
{
"hour_end": "2026-08-12T14:00:00Z",
"hour_start": "2026-08-12T13:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.05757,
"price_local_kwh": 0.63135
},
{
"hour_end": "2026-08-12T14:15:00Z",
"hour_start": "2026-08-12T14:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.02092,
"price_local_kwh": 0.22942
},
{
"hour_end": "2026-08-12T14:30:00Z",
"hour_start": "2026-08-12T14:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.0292,
"price_local_kwh": 0.32022
},
{
"hour_end": "2026-08-12T14:45:00Z",
"hour_start": "2026-08-12T14:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.05496,
"price_local_kwh": 0.60272
},
{
"hour_end": "2026-08-12T15:00:00Z",
"hour_start": "2026-08-12T14:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.09923,
"price_local_kwh": 1.08822
},
{
"hour_end": "2026-08-12T15:15:00Z",
"hour_start": "2026-08-12T15:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.04027,
"price_local_kwh": 0.44162
},
{
"hour_end": "2026-08-12T15:30:00Z",
"hour_start": "2026-08-12T15:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.09,
"price_local_kwh": 0.98699
},
{
"hour_end": "2026-08-12T15:45:00Z",
"hour_start": "2026-08-12T15:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.11134,
"price_local_kwh": 1.22102
},
{
"hour_end": "2026-08-12T16:00:00Z",
"hour_start": "2026-08-12T15:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.12878,
"price_local_kwh": 1.41228
},
{
"hour_end": "2026-08-12T16:15:00Z",
"hour_start": "2026-08-12T16:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.10328,
"price_local_kwh": 1.13263
},
{
"hour_end": "2026-08-12T16:30:00Z",
"hour_start": "2026-08-12T16:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.1252,
"price_local_kwh": 1.37302
},
{
"hour_end": "2026-08-12T16:45:00Z",
"hour_start": "2026-08-12T16:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.13575,
"price_local_kwh": 1.48872
},
{
"hour_end": "2026-08-12T17:00:00Z",
"hour_start": "2026-08-12T16:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.15415,
"price_local_kwh": 1.6905
},
{
"hour_end": "2026-08-12T17:15:00Z",
"hour_start": "2026-08-12T17:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.14461,
"price_local_kwh": 1.58588
},
{
"hour_end": "2026-08-12T17:30:00Z",
"hour_start": "2026-08-12T17:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.16553,
"price_local_kwh": 1.8153
},
{
"hour_end": "2026-08-12T17:45:00Z",
"hour_start": "2026-08-12T17:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.17703,
"price_local_kwh": 1.94142
},
{
"hour_end": "2026-08-12T18:00:00Z",
"hour_start": "2026-08-12T17:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.22655,
"price_local_kwh": 2.48448
},
{
"hour_end": "2026-08-12T18:15:00Z",
"hour_start": "2026-08-12T18:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.20462,
"price_local_kwh": 2.24398
},
{
"hour_end": "2026-08-12T18:30:00Z",
"hour_start": "2026-08-12T18:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.18735,
"price_local_kwh": 2.05459
},
{
"hour_end": "2026-08-12T18:45:00Z",
"hour_start": "2026-08-12T18:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.16171,
"price_local_kwh": 1.77341
},
{
"hour_end": "2026-08-12T19:00:00Z",
"hour_start": "2026-08-12T18:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.15269,
"price_local_kwh": 1.67449
},
{
"hour_end": "2026-08-12T19:15:00Z",
"hour_start": "2026-08-12T19:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.16301,
"price_local_kwh": 1.78766
},
{
"hour_end": "2026-08-12T19:30:00Z",
"hour_start": "2026-08-12T19:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.15895,
"price_local_kwh": 1.74314
},
{
"hour_end": "2026-08-12T19:45:00Z",
"hour_start": "2026-08-12T19:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.14674,
"price_local_kwh": 1.60924
},
{
"hour_end": "2026-08-12T20:00:00Z",
"hour_start": "2026-08-12T19:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.13246,
"price_local_kwh": 1.45264
},
{
"hour_end": "2026-08-12T20:15:00Z",
"hour_start": "2026-08-12T20:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.14371,
"price_local_kwh": 1.57601
},
{
"hour_end": "2026-08-12T20:30:00Z",
"hour_start": "2026-08-12T20:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.13594,
"price_local_kwh": 1.4908
},
{
"hour_end": "2026-08-12T20:45:00Z",
"hour_start": "2026-08-12T20:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.1229,
"price_local_kwh": 1.34779
},
{
"hour_end": "2026-08-12T21:00:00Z",
"hour_start": "2026-08-12T20:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.11335,
"price_local_kwh": 1.24306
},
{
"hour_end": "2026-08-12T21:15:00Z",
"hour_start": "2026-08-12T21:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.12408,
"price_local_kwh": 1.36073
},
{
"hour_end": "2026-08-12T21:30:00Z",
"hour_start": "2026-08-12T21:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.11678,
"price_local_kwh": 1.28068
},
{
"hour_end": "2026-08-12T21:45:00Z",
"hour_start": "2026-08-12T21:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.11347,
"price_local_kwh": 1.24438
},
{
"hour_end": "2026-08-12T22:00:00Z",
"hour_start": "2026-08-12T21:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.11,
"price_local_kwh": 1.20633
}
],
"date": "2026-08-12",
"success": true,
"zone": "SE3",
"zone_name": "Stockholm"
}