GET /mashup/energy/weather
Analyser forholdet mellom værforhold og strømpriser for et spesifikt nordisk budområde. Kombinerer sanntids strømspotpriser fra Nord Pool med nåværende værdata (temperatur, vind, skydekke) for å vise hvordan værmønstre påvirker energikostnader. Returnerer prisdata sammen med værmålinger og korrelasjonsinnsikt. Essensielt for energihandelsdashbord, smarthusoptimalisering og energiselskaper som analyserer prisdrivere.
zone
påkrevd
Nordic bidding zone (NO1-NO5, SE1-SE4)
| Navn | Påkrevd | Standard | Beskrivelse |
|---|---|---|---|
zone |
Ja | - | Nordic bidding zone (NO1-NO5, SE1-SE4) |
curl "https://nordapi.ee/api/v1/mashup/energy/weather?zone=NO1"
curl "https://nordapi.ee/api/v1/mashup/energy/weather?zone=NO1"
curl "https://nordapi.ee/api/v1/mashup/energy/weather?zone=SE3"
curl "https://nordapi.ee/api/v1/mashup/energy/weather?zone=NO4"
{
"country": "NO",
"date": "2026-05-22",
"insights": [
"Price spread today: 9.6 cents/kWh"
],
"is_holiday": false,
"optimal_usage_windows": [
{
"avg_price_eur": 0.03213,
"end": "2026-05-22T13:00:00Z",
"start": "2026-05-22T10:00:00Z"
},
{
"avg_price_eur": 0.0344,
"end": "2026-05-22T12:00:00Z",
"start": "2026-05-22T09:00:00Z"
},
{
"avg_price_eur": 0.0354,
"end": "2026-05-22T14:00:00Z",
"start": "2026-05-22T11:00:00Z"
}
],
"prices": {
"hourly": [
{
"currency": "NOK",
"hour": "2026-05-22T00:00:00Z",
"price_eur": 0.1217,
"price_local": 1.30998
},
{
"currency": "NOK",
"hour": "2026-05-22T01:00:00Z",
"price_eur": 0.11905,
"price_local": 1.28145
},
{
"currency": "NOK",
"hour": "2026-05-22T02:00:00Z",
"price_eur": 0.119,
"price_local": 1.28092
},
{
"currency": "NOK",
"hour": "2026-05-22T03:00:00Z",
"price_eur": 0.12042,
"price_local": 1.2962
},
{
"currency": "NOK",
"hour": "2026-05-22T04:00:00Z",
"price_eur": 0.12099,
"price_local": 1.30234
},
{
"currency": "NOK",
"hour": "2026-05-22T05:00:00Z",
"price_eur": 0.12616,
"price_local": 1.35799
},
{
"currency": "NOK",
"hour": "2026-05-22T06:00:00Z",
"price_eur": 0.11741,
"price_local": 1.2638
},
{
"currency": "NOK",
"hour": "2026-05-22T07:00:00Z",
"price_eur": 0.09739,
"price_local": 1.04831
},
{
"currency": "NOK",
"hour": "2026-05-22T08:00:00Z",
"price_eur": 0.06112,
"price_local": 0.6579
},
{
"currency": "NOK",
"hour": "2026-05-22T09:00:00Z",
"price_eur": 0.03987,
"price_local": 0.42916
},
{
"currency": "NOK",
"hour": "2026-05-22T10:00:00Z",
"price_eur": 0.03348,
"price_local": 0.36038
},
{
"currency": "NOK",
"hour": "2026-05-22T11:00:00Z",
"price_eur": 0.02986,
"price_local": 0.32141
},
{
"currency": "NOK",
"hour": "2026-05-22T12:00:00Z",
"price_eur": 0.03305,
"price_local": 0.35575
},
{
"currency": "NOK",
"hour": "2026-05-22T13:00:00Z",
"price_eur": 0.0433,
"price_local": 0.46608
},
{
"currency": "NOK",
"hour": "2026-05-22T14:00:00Z",
"price_eur": 0.07786,
"price_local": 0.83809
},
{
"currency": "NOK",
"hour": "2026-05-22T15:00:00Z",
"price_eur": 0.10437,
"price_local": 1.12344
},
{
"currency": "NOK",
"hour": "2026-05-22T16:00:00Z",
"price_eur": 0.11924,
"price_local": 1.2835
},
{
"currency": "NOK",
"hour": "2026-05-22T17:00:00Z",
"price_eur": 0.11975,
"price_local": 1.28899
},
{
"currency": "NOK",
"hour": "2026-05-22T18:00:00Z",
"price_eur": 0.11915,
"price_local": 1.28253
},
{
"currency": "NOK",
"hour": "2026-05-22T19:00:00Z",
"price_eur": 0.1204,
"price_local": 1.29599
},
{
"currency": "NOK",
"hour": "2026-05-22T20:00:00Z",
"price_eur": 0.12035,
"price_local": 1.29545
},
{
"currency": "NOK",
"hour": "2026-05-22T21:00:00Z",
"price_eur": 0.11869,
"price_local": 1.27758
}
],
"hours_with_data": 22,
"stats": {
"avg_eur": 0.0946640909090909,
"cheapest_hour": "2026-05-22T11:00:00Z",
"max_eur": 0.12616,
"min_eur": 0.02986,
"most_expensive_hour": "2026-05-22T05:00:00Z"
}
},
"success": true,
"weather": {
"conditions": "Moderate conditions",
"temperature_c": 15.6,
"wind_speed_kmh": 7.2
},
"zone": "NO1",
"zone_name": "Oslo"
}