v1

latestOpenAPI 3.1.02026-07-2694207444.7 KB
Auction

Auction Flows

Returns a list of auction flows per area for a market, date and list of areas.

Flows are describing how much power are exchanged in between areas.

This is the flow coming from Euphemia - note that in the Nordic region a post coupling calculation is done to adjust this flow. See Scheduled Physical Flows for Nordic Day-ahead flows after 30th of October 2024.

Flows are always described from an area point of view. Some flows will have a loss on the cable - imports in an area is always after losses, and exports are before losses.

Response field descriptions

  • status: Missing if data does not exist. Preliminary if the market coupling session is not complete. Final once the market coupling session is complete. Cancelled if the auction is cancelled.
  • dailyTotalImport: total MWh imported volume
  • dailyTotalExport: total MWh exported volume
  • dailyTotalNetPosition: total net position in MWh (total import - total export).

flows: a list of delivery periods, containing all flows for that period

  • byConnection: a list of all connections that has a flow for the period. Each connection is identified by an area and optionally by a connection name. The Connection name is only present if multiple connections exists on the same border. import gives the import volume in MW, export the export volume in MW and netPosition describes import-export
  • totalImport: sum of all connection import volumes given in MW
  • totalExport: sum of all connection export volumes given in MW
  • totalNetPosition: total import - total export
get/api/v2/Auction/Flows/ByAreas

Query parameters

market'DayAhead' | 'N2EX_DayAhead' | 'SemGb_IntradayAuction1' | 'SemGb_IntradayAuction2' | 'SIDC_IntradayAuction1' | 'SIDC_IntradayAuction2' | 'SIDC_IntradayAuction3' required
areasstring required

Comma-separated list of areas (e.g., NO1, NO2). Supported: SE(legacy),NO1,NO2,NO3,NO4,NO5,SE1,SE2,SE3,SE4,FI,DK1,DK2,EE,LT,LV,AT,BE,FR,GER,NL,PL,UK,TEL,BG

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
deliveryAreastring nullable required
market'DayAhead' | 'GbHalfHour_DayAhead' | 'N2EX_DayAhead' | 'SemGb_IntradayAuction1' | 'SemGb_IntradayAuction2' | 'SIDC_IntradayAuction1' | 'SIDC_IntradayAuction2' | 'SIDC_IntradayAuction3'
status'Missing' | 'Preliminary' | 'Final' | 'Cancelled'
unitstring nullable
dailyTotalUnitstring nullable
dailyTotalImportnumber double nullable
dailyTotalExportnumber double nullable
dailyTotalNetPositionnumber double nullable