Nordic Electricity Spot Prices (Day-Ahead Elspot) avatar

Nordic Electricity Spot Prices (Day-Ahead Elspot)

Pricing

from $0.02 / 1,000 results

Go to Apify Store
Nordic Electricity Spot Prices (Day-Ahead Elspot)

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

Karl Sundström

Maintained by Community

Actor 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?

🏷️ FieldDescription
🗺️ zone / countryBidding zone and country
⏰ time_start / time_endHour boundaries (local time, ISO 8601)
💶 EUR_per_MWh / EUR_per_kWhEuro prices
💰 localCurrency_per_kWh / currencyLocal price per kWh + currency code
🔄 EXRECB exchange rate used by source
🧾 vat_includedWhether VAT is included
🔗 sourceUrlLink to the source data

How to use

  1. Add the actor to your Apify account and click Run.
  2. Choose country (NO, DK, or ALL) and optionally a zones filter like NO1,NO5.
  3. Leave date empty for today + tomorrow, or set a single day / a dateFromdateTo range.
  4. Export results as JSON, CSV or Excel.

Input

{
"country": "NO",
"zones": "NO1,NO5"
}
FieldTypeDescriptionDefault
countryenumNO (NO1–NO5), DK (DK1–DK2), ALLALL
zonesstringComma-separated zone filter, e.g. NO1,NO5 or DK1all zones
datestringSingle day, YYYY-MM-DD (overrides default window)today + tomorrow
dateFrom / dateTostringRange, 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.