GET /mashup/energy/weather
Analyser forholdet mellem vejrforhold og elpriser for et specifikt nordisk budområde. Kombinerer realtids el-spotpriser fra Nord Pool med aktuelle vejrdata (temperatur, vind, skydække) for at vise, hvordan vejrmønstre påvirker energiomkostninger. Returnerer prisdata sammen med vejrmetrikker og korrelationsindsigter. Essentielt til energihandelsdashboards, smart home-optimering og forsyningsselskaber, der analyserer prisdrivere.
zone
påkrævet
Nordic bidding zone (NO1-NO5, SE1-SE4)
| Navn | Påkrævet | 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-08-12",
"insights": [
"Price spread today: 10.6 cents/kWh"
],
"is_holiday": false,
"optimal_usage_windows": [
{
"avg_price_eur": 0.10277,
"end": "2026-08-12T14:00:00Z",
"start": "2026-08-12T11:00:00Z"
},
{
"avg_price_eur": 0.10322,
"end": "2026-08-12T15:00:00Z",
"start": "2026-08-12T12:00:00Z"
},
{
"avg_price_eur": 0.10393,
"end": "2026-08-12T12:00:00Z",
"start": "2026-08-12T09:00:00Z"
}
],
"prices": {
"hourly": [
{
"currency": "NOK",
"hour": "2026-08-12T00:00:00Z",
"price_eur": 0.1259,
"price_local": 1.38314
},
{
"currency": "NOK",
"hour": "2026-08-12T01:00:00Z",
"price_eur": 0.12383,
"price_local": 1.3604
},
{
"currency": "NOK",
"hour": "2026-08-12T02:00:00Z",
"price_eur": 0.12386,
"price_local": 1.36073
},
{
"currency": "NOK",
"hour": "2026-08-12T03:00:00Z",
"price_eur": 0.13025,
"price_local": 1.43093
},
{
"currency": "NOK",
"hour": "2026-08-12T04:00:00Z",
"price_eur": 0.13463,
"price_local": 1.47905
},
{
"currency": "NOK",
"hour": "2026-08-12T05:00:00Z",
"price_eur": 0.13704,
"price_local": 1.50552
},
{
"currency": "NOK",
"hour": "2026-08-12T06:00:00Z",
"price_eur": 0.13386,
"price_local": 1.47059
},
{
"currency": "NOK",
"hour": "2026-08-12T07:00:00Z",
"price_eur": 0.12153,
"price_local": 1.33513
},
{
"currency": "NOK",
"hour": "2026-08-12T08:00:00Z",
"price_eur": 0.10618,
"price_local": 1.16649
},
{
"currency": "NOK",
"hour": "2026-08-12T09:00:00Z",
"price_eur": 0.09857,
"price_local": 1.08289
},
{
"currency": "NOK",
"hour": "2026-08-12T10:00:00Z",
"price_eur": 0.10798,
"price_local": 1.18627
},
{
"currency": "NOK",
"hour": "2026-08-12T11:00:00Z",
"price_eur": 0.10524,
"price_local": 1.15617
},
{
"currency": "NOK",
"hour": "2026-08-12T12:00:00Z",
"price_eur": 0.10133,
"price_local": 1.11321
},
{
"currency": "NOK",
"hour": "2026-08-12T13:00:00Z",
"price_eur": 0.10173,
"price_local": 1.11761
},
{
"currency": "NOK",
"hour": "2026-08-12T14:00:00Z",
"price_eur": 0.10659,
"price_local": 1.171
},
{
"currency": "NOK",
"hour": "2026-08-12T15:00:00Z",
"price_eur": 0.12592,
"price_local": 1.38336
},
{
"currency": "NOK",
"hour": "2026-08-12T16:00:00Z",
"price_eur": 0.14433,
"price_local": 1.58561
},
{
"currency": "NOK",
"hour": "2026-08-12T17:00:00Z",
"price_eur": 0.20431,
"price_local": 2.24455
},
{
"currency": "NOK",
"hour": "2026-08-12T18:00:00Z",
"price_eur": 0.20423,
"price_local": 2.24367
},
{
"currency": "NOK",
"hour": "2026-08-12T19:00:00Z",
"price_eur": 0.17237,
"price_local": 1.89366
},
{
"currency": "NOK",
"hour": "2026-08-12T20:00:00Z",
"price_eur": 0.14923,
"price_local": 1.63944
},
{
"currency": "NOK",
"hour": "2026-08-12T21:00:00Z",
"price_eur": 0.13529,
"price_local": 1.4863
}
],
"hours_with_data": 22,
"stats": {
"avg_eur": 0.13155454545454545,
"cheapest_hour": "2026-08-12T09:00:00Z",
"max_eur": 0.20431,
"min_eur": 0.09857,
"most_expensive_hour": "2026-08-12T17:00:00Z"
}
},
"success": true,
"weather": {
"conditions": "Moderate conditions",
"temperature_c": 15.1,
"wind_speed_kmh": 4.7
},
"zone": "NO1",
"zone_name": "Oslo"
}