Nordic Electricity Spot Prices (Day-Ahead Elspot)
Pricing
from $0.02 / 1,000 results
Nordic Electricity Spot Prices (Day-Ahead Elspot)
Hourly day-ahead electricity spot prices for Nordic bidding zones via keyless public APIs. Norway NO1-NO5 (NOK) and Denmark DK1-DK2 (DKK), with EUR/MWh and local currency/kWh. Official Nordic day-ahead data, no scraping, no API keys.
Pricing
from $0.02 / 1,000 results
Rating
0.0
(0)
Developer
Karl Sundström
Maintained by CommunityActor stats
0
Bookmarked
2
Total users
1
Monthly active users
2 days ago
Last modified
Categories
Share
Independent tool; data from official Nordic power-exchange public APIs. Not affiliated with them.
Pull hourly day-ahead electricity spot prices for Nordic bidding zones from keyless public APIs. Norway NO1–NO5 (NOK) and Denmark DK1–DK2 (DKK), with EUR/MWh and local-currency/kWh values on every row. Built for energy dashboards, billing math and market monitoring. No API key, no login.
Why Nordic Elspot?
- ⚡ All published zones in one run — NO1–NO5 and DK1–DK2, filtered or full.
- 💱 Two currencies per record — EUR/MWh plus local currency per kWh, with the ECB exchange rate used by the source.
- 📅 Today + tomorrow by default — or pin a single day or a range up to 7 days.
- 🤖 Automation-ready — hourly rows, ISO 8601 local timestamps, flat JSON.
Use cases
Energy price dashboards · heat-pump and EV charging automation · electricity cost modelling · market research on Nordic spot dynamics
What data you get?
| 🏷️ Field | Description |
|---|---|
| 🗺️ zone / country | Bidding zone and country |
| ⏰ time_start / time_end | Hour boundaries (local time, ISO 8601) |
| 💶 EUR_per_MWh / EUR_per_kWh | Euro prices |
| 💰 localCurrency_per_kWh / currency | Local price per kWh + currency code |
| 🔄 EXR | ECB exchange rate used by source |
| 🧾 vat_included | Whether VAT is included |
| 🔗 sourceUrl | Link to the source data |
How to use
- Add the actor to your Apify account and click Run.
- Choose
country(NO,DK, orALL) and optionally azonesfilter likeNO1,NO5. - Leave
dateempty for today + tomorrow, or set a single day / adateFrom–dateTorange. - Export results as JSON, CSV or Excel.
Input
{"country": "NO","zones": "NO1,NO5"}
| Field | Type | Description | Default |
|---|---|---|---|
country | enum | NO (NO1–NO5), DK (DK1–DK2), ALL | ALL |
zones | string | Comma-separated zone filter, e.g. NO1,NO5 or DK1 | all zones |
date | string | Single day, YYYY-MM-DD (overrides default window) | today + tomorrow |
dateFrom / dateTo | string | Range, up to 7 days inclusive | — |
Output
{"zone": "NO1","country": "NO","time_start": "2026-09-08T00:00:00+02:00","time_end": "2026-09-08T01:00:00+02:00","EUR_per_MWh": 52.31,"EUR_per_kWh": 0.05231,"localCurrency_per_kWh": 0.6123,"currency": "NOK","EXR": 11.704,"vat_included": false}
Prices are day-ahead market values as published by the exchange — VAT handling is flagged per record via vat_included.
Support
Questions or missing fields? Open an issue on the actor page or contact the developer via Apify.