v1

latestOpenAPI 3.1.02026-07-2694207444.7 KB
System

System Price

Returns the system price for a delivery date and currency.

System price is an artificial index price based on orders from the Day-ahead auction. The system price is calculating a single price for the Nordic region (Sweden, Finland, Norway, Denmark) based on orders from all power exchanges in the Nordics. Import and export flows from other regions are set to the same as the Day-ahead auction outcome. All capacity constraints are removed within the Nordic region, and a single price is gotten by matching all orders from the Nordic region.

Response field descriptions

  • status: Missing if data does not exist. Preliminary if the market coupling session is not complete, or the exchange rate has not been finalized yet. Final once exchange rate is set and market coupling session is complete. Cancelled if the auction is cancelled.
  • exchangeRate: the exchange rate used to calculate the currency price. 1 if the currency is the same as the main market currency.
  • prices: the settlement price for each period. If no trading happens, then the price might be null
  • blockPrices: average price for periods (block) of the day

Preliminary prices can change, and exchange rates for local currencies are only finalized on Norwegian banking days.

get/api/v2/System/Price

Query parameters

currencystring required

Available currencies: EUR, SEK, NOK, DKK

datestring date required

Delivery date, referring to CET date. Format yyyy-MM-dd, for example 2024-08-15

Response

OK

deliveryDateCETstring date
updatedAtstring date-time
status'Missing' | 'Preliminary' | 'Final' | 'Cancelled'
unitstring nullable
currencystring nullable required
exchangeRatenumber double nullable
marketMainCurrencystring nullable required
averagePricenumber double nullable
minPricenumber double nullable
maxPricenumber double nullable