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": 96,
"country": "SE",
"data": [
{
"hour_end": "2026-05-10T00:15:00Z",
"hour_start": "2026-05-10T00:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.07816,
"price_local_kwh": 0.84937
},
{
"hour_end": "2026-05-10T00:30:00Z",
"hour_start": "2026-05-10T00:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.07591,
"price_local_kwh": 0.82492
},
{
"hour_end": "2026-05-10T00:45:00Z",
"hour_start": "2026-05-10T00:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.07563,
"price_local_kwh": 0.82188
},
{
"hour_end": "2026-05-10T01:00:00Z",
"hour_start": "2026-05-10T00:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.07514,
"price_local_kwh": 0.81655
},
{
"hour_end": "2026-05-10T01:15:00Z",
"hour_start": "2026-05-10T01:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.07599,
"price_local_kwh": 0.82579
},
{
"hour_end": "2026-05-10T01:30:00Z",
"hour_start": "2026-05-10T01:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.07642,
"price_local_kwh": 0.83046
},
{
"hour_end": "2026-05-10T01:45:00Z",
"hour_start": "2026-05-10T01:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.07656,
"price_local_kwh": 0.83198
},
{
"hour_end": "2026-05-10T02:00:00Z",
"hour_start": "2026-05-10T01:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.07833,
"price_local_kwh": 0.85122
},
{
"hour_end": "2026-05-10T02:15:00Z",
"hour_start": "2026-05-10T02:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.07598,
"price_local_kwh": 0.82568
},
{
"hour_end": "2026-05-10T02:30:00Z",
"hour_start": "2026-05-10T02:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.07954,
"price_local_kwh": 0.86437
},
{
"hour_end": "2026-05-10T02:45:00Z",
"hour_start": "2026-05-10T02:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.08225,
"price_local_kwh": 0.89382
},
{
"hour_end": "2026-05-10T03:00:00Z",
"hour_start": "2026-05-10T02:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.0871,
"price_local_kwh": 0.94652
},
{
"hour_end": "2026-05-10T03:15:00Z",
"hour_start": "2026-05-10T03:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.07764,
"price_local_kwh": 0.84372
},
{
"hour_end": "2026-05-10T03:30:00Z",
"hour_start": "2026-05-10T03:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.08373,
"price_local_kwh": 0.9099
},
{
"hour_end": "2026-05-10T03:45:00Z",
"hour_start": "2026-05-10T03:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.08812,
"price_local_kwh": 0.95761
},
{
"hour_end": "2026-05-10T04:00:00Z",
"hour_start": "2026-05-10T03:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.08827,
"price_local_kwh": 0.95924
},
{
"hour_end": "2026-05-10T04:15:00Z",
"hour_start": "2026-05-10T04:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.08212,
"price_local_kwh": 0.8924
},
{
"hour_end": "2026-05-10T04:30:00Z",
"hour_start": "2026-05-10T04:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.08602,
"price_local_kwh": 0.93478
},
{
"hour_end": "2026-05-10T04:45:00Z",
"hour_start": "2026-05-10T04:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.08549,
"price_local_kwh": 0.92902
},
{
"hour_end": "2026-05-10T05:00:00Z",
"hour_start": "2026-05-10T04:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.08518,
"price_local_kwh": 0.92566
},
{
"hour_end": "2026-05-10T05:15:00Z",
"hour_start": "2026-05-10T05:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.07692,
"price_local_kwh": 0.83589
},
{
"hour_end": "2026-05-10T05:30:00Z",
"hour_start": "2026-05-10T05:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.07817,
"price_local_kwh": 0.84948
},
{
"hour_end": "2026-05-10T05:45:00Z",
"hour_start": "2026-05-10T05:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.08239,
"price_local_kwh": 0.89534
},
{
"hour_end": "2026-05-10T06:00:00Z",
"hour_start": "2026-05-10T05:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.08052,
"price_local_kwh": 0.87502
},
{
"hour_end": "2026-05-10T06:15:00Z",
"hour_start": "2026-05-10T06:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.0885,
"price_local_kwh": 0.96173
},
{
"hour_end": "2026-05-10T06:30:00Z",
"hour_start": "2026-05-10T06:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.08512,
"price_local_kwh": 0.925
},
{
"hour_end": "2026-05-10T06:45:00Z",
"hour_start": "2026-05-10T06:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.05189,
"price_local_kwh": 0.56389
},
{
"hour_end": "2026-05-10T07:00:00Z",
"hour_start": "2026-05-10T06:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.01358,
"price_local_kwh": 0.14757
},
{
"hour_end": "2026-05-10T07:15:00Z",
"hour_start": "2026-05-10T07:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.04898,
"price_local_kwh": 0.53227
},
{
"hour_end": "2026-05-10T07:30:00Z",
"hour_start": "2026-05-10T07:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.0238,
"price_local_kwh": 0.25864
},
{
"hour_end": "2026-05-10T07:45:00Z",
"hour_start": "2026-05-10T07:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.02248,
"price_local_kwh": 0.24429
},
{
"hour_end": "2026-05-10T08:00:00Z",
"hour_start": "2026-05-10T07:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.02001,
"price_local_kwh": 0.21745
},
{
"hour_end": "2026-05-10T08:15:00Z",
"hour_start": "2026-05-10T08:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.02687,
"price_local_kwh": 0.292
},
{
"hour_end": "2026-05-10T08:30:00Z",
"hour_start": "2026-05-10T08:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.02288,
"price_local_kwh": 0.24864
},
{
"hour_end": "2026-05-10T08:45:00Z",
"hour_start": "2026-05-10T08:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.01844,
"price_local_kwh": 0.20039
},
{
"hour_end": "2026-05-10T09:00:00Z",
"hour_start": "2026-05-10T08:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.01659,
"price_local_kwh": 0.18028
},
{
"hour_end": "2026-05-10T09:15:00Z",
"hour_start": "2026-05-10T09:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.01939,
"price_local_kwh": 0.21071
},
{
"hour_end": "2026-05-10T09:30:00Z",
"hour_start": "2026-05-10T09:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.01703,
"price_local_kwh": 0.18507
},
{
"hour_end": "2026-05-10T09:45:00Z",
"hour_start": "2026-05-10T09:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.01445,
"price_local_kwh": 0.15703
},
{
"hour_end": "2026-05-10T10:00:00Z",
"hour_start": "2026-05-10T09:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.01113,
"price_local_kwh": 0.12095
},
{
"hour_end": "2026-05-10T10:15:00Z",
"hour_start": "2026-05-10T10:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.01471,
"price_local_kwh": 0.15985
},
{
"hour_end": "2026-05-10T10:30:00Z",
"hour_start": "2026-05-10T10:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.01282,
"price_local_kwh": 0.13932
},
{
"hour_end": "2026-05-10T10:45:00Z",
"hour_start": "2026-05-10T10:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.01092,
"price_local_kwh": 0.11867
},
{
"hour_end": "2026-05-10T11:00:00Z",
"hour_start": "2026-05-10T10:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.00957,
"price_local_kwh": 0.104
},
{
"hour_end": "2026-05-10T11:15:00Z",
"hour_start": "2026-05-10T11:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.00989,
"price_local_kwh": 0.10748
},
{
"hour_end": "2026-05-10T11:30:00Z",
"hour_start": "2026-05-10T11:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.01001,
"price_local_kwh": 0.10878
},
{
"hour_end": "2026-05-10T11:45:00Z",
"hour_start": "2026-05-10T11:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.00994,
"price_local_kwh": 0.10802
},
{
"hour_end": "2026-05-10T12:00:00Z",
"hour_start": "2026-05-10T11:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.01386,
"price_local_kwh": 0.15062
},
{
"hour_end": "2026-05-10T12:15:00Z",
"hour_start": "2026-05-10T12:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.00904,
"price_local_kwh": 0.09824
},
{
"hour_end": "2026-05-10T12:30:00Z",
"hour_start": "2026-05-10T12:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.01079,
"price_local_kwh": 0.11726
},
{
"hour_end": "2026-05-10T12:45:00Z",
"hour_start": "2026-05-10T12:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.01594,
"price_local_kwh": 0.17322
},
{
"hour_end": "2026-05-10T13:00:00Z",
"hour_start": "2026-05-10T12:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.0188,
"price_local_kwh": 0.2043
},
{
"hour_end": "2026-05-10T13:15:00Z",
"hour_start": "2026-05-10T13:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.01489,
"price_local_kwh": 0.16181
},
{
"hour_end": "2026-05-10T13:30:00Z",
"hour_start": "2026-05-10T13:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.01645,
"price_local_kwh": 0.17876
},
{
"hour_end": "2026-05-10T13:45:00Z",
"hour_start": "2026-05-10T13:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.02132,
"price_local_kwh": 0.23169
},
{
"hour_end": "2026-05-10T14:00:00Z",
"hour_start": "2026-05-10T13:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.0306,
"price_local_kwh": 0.33253
},
{
"hour_end": "2026-05-10T14:15:00Z",
"hour_start": "2026-05-10T14:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.01509,
"price_local_kwh": 0.16398
},
{
"hour_end": "2026-05-10T14:30:00Z",
"hour_start": "2026-05-10T14:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.02131,
"price_local_kwh": 0.23158
},
{
"hour_end": "2026-05-10T14:45:00Z",
"hour_start": "2026-05-10T14:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.03015,
"price_local_kwh": 0.32764
},
{
"hour_end": "2026-05-10T15:00:00Z",
"hour_start": "2026-05-10T14:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.05408,
"price_local_kwh": 0.58769
},
{
"hour_end": "2026-05-10T15:15:00Z",
"hour_start": "2026-05-10T15:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.01056,
"price_local_kwh": 0.11476
},
{
"hour_end": "2026-05-10T15:30:00Z",
"hour_start": "2026-05-10T15:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.05236,
"price_local_kwh": 0.569
},
{
"hour_end": "2026-05-10T15:45:00Z",
"hour_start": "2026-05-10T15:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.09324,
"price_local_kwh": 1.01324
},
{
"hour_end": "2026-05-10T16:00:00Z",
"hour_start": "2026-05-10T15:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.106,
"price_local_kwh": 1.15191
},
{
"hour_end": "2026-05-10T16:15:00Z",
"hour_start": "2026-05-10T16:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.09125,
"price_local_kwh": 0.99162
},
{
"hour_end": "2026-05-10T16:30:00Z",
"hour_start": "2026-05-10T16:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.09656,
"price_local_kwh": 1.04932
},
{
"hour_end": "2026-05-10T16:45:00Z",
"hour_start": "2026-05-10T16:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.10486,
"price_local_kwh": 1.13952
},
{
"hour_end": "2026-05-10T17:00:00Z",
"hour_start": "2026-05-10T16:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.11166,
"price_local_kwh": 1.21342
},
{
"hour_end": "2026-05-10T17:15:00Z",
"hour_start": "2026-05-10T17:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.10185,
"price_local_kwh": 1.10681
},
{
"hour_end": "2026-05-10T17:30:00Z",
"hour_start": "2026-05-10T17:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.1072,
"price_local_kwh": 1.16495
},
{
"hour_end": "2026-05-10T17:45:00Z",
"hour_start": "2026-05-10T17:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.10864,
"price_local_kwh": 1.1806
},
{
"hour_end": "2026-05-10T18:00:00Z",
"hour_start": "2026-05-10T17:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.10853,
"price_local_kwh": 1.1794
},
{
"hour_end": "2026-05-10T18:15:00Z",
"hour_start": "2026-05-10T18:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.11122,
"price_local_kwh": 1.20863
},
{
"hour_end": "2026-05-10T18:30:00Z",
"hour_start": "2026-05-10T18:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.10991,
"price_local_kwh": 1.1944
},
{
"hour_end": "2026-05-10T18:45:00Z",
"hour_start": "2026-05-10T18:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.10824,
"price_local_kwh": 1.17625
},
{
"hour_end": "2026-05-10T19:00:00Z",
"hour_start": "2026-05-10T18:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.10659,
"price_local_kwh": 1.15832
},
{
"hour_end": "2026-05-10T19:15:00Z",
"hour_start": "2026-05-10T19:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.11399,
"price_local_kwh": 1.23874
},
{
"hour_end": "2026-05-10T19:30:00Z",
"hour_start": "2026-05-10T19:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.11105,
"price_local_kwh": 1.20679
},
{
"hour_end": "2026-05-10T19:45:00Z",
"hour_start": "2026-05-10T19:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.10894,
"price_local_kwh": 1.18386
},
{
"hour_end": "2026-05-10T20:00:00Z",
"hour_start": "2026-05-10T19:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.10353,
"price_local_kwh": 1.12507
},
{
"hour_end": "2026-05-10T20:15:00Z",
"hour_start": "2026-05-10T20:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.11235,
"price_local_kwh": 1.22091
},
{
"hour_end": "2026-05-10T20:30:00Z",
"hour_start": "2026-05-10T20:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.10757,
"price_local_kwh": 1.16897
},
{
"hour_end": "2026-05-10T20:45:00Z",
"hour_start": "2026-05-10T20:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.10195,
"price_local_kwh": 1.1079
},
{
"hour_end": "2026-05-10T21:00:00Z",
"hour_start": "2026-05-10T20:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.09669,
"price_local_kwh": 1.05074
},
{
"hour_end": "2026-05-10T21:15:00Z",
"hour_start": "2026-05-10T21:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.10268,
"price_local_kwh": 1.11583
},
{
"hour_end": "2026-05-10T21:30:00Z",
"hour_start": "2026-05-10T21:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.09999,
"price_local_kwh": 1.0866
},
{
"hour_end": "2026-05-10T21:45:00Z",
"hour_start": "2026-05-10T21:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.09533,
"price_local_kwh": 1.03596
},
{
"hour_end": "2026-05-10T22:00:00Z",
"hour_start": "2026-05-10T21:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.09079,
"price_local_kwh": 0.98662
},
{
"hour_end": "2026-05-10T22:15:00Z",
"hour_start": "2026-05-10T22:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.105,
"price_local_kwh": 1.14104
},
{
"hour_end": "2026-05-10T22:30:00Z",
"hour_start": "2026-05-10T22:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.10039,
"price_local_kwh": 1.09094
},
{
"hour_end": "2026-05-10T22:45:00Z",
"hour_start": "2026-05-10T22:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.09735,
"price_local_kwh": 1.05791
},
{
"hour_end": "2026-05-10T23:00:00Z",
"hour_start": "2026-05-10T22:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.09565,
"price_local_kwh": 1.03943
},
{
"hour_end": "2026-05-10T23:15:00Z",
"hour_start": "2026-05-10T23:00:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.09861,
"price_local_kwh": 1.0716
},
{
"hour_end": "2026-05-10T23:30:00Z",
"hour_start": "2026-05-10T23:15:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.09678,
"price_local_kwh": 1.05171
},
{
"hour_end": "2026-05-10T23:45:00Z",
"hour_start": "2026-05-10T23:30:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.0922,
"price_local_kwh": 1.00194
},
{
"hour_end": "2026-05-11T00:00:00Z",
"hour_start": "2026-05-10T23:45:00Z",
"local_currency": "SEK",
"price_eur_kwh": 0.09088,
"price_local_kwh": 0.9876
}
],
"date": "2026-05-10",
"success": true,
"zone": "SE3",
"zone_name": "Stockholm"
}