v1

latestOpenAPI 3.1.02026-07-2694207444.7 KB
PowerSystem

Exchange

Returns a list of exchanges for a date and a list of areas.

Exchange tells how much electricity has been importer or exported for an area and delivery period. This is the actual measured flow.

This corresponds to the "Physical Flows" data type in the Entso-e Transparency Platform.

Response field descriptions

  • dailyTotalImport: total MWh imported volume
  • dailyTotalExport: total MWh exported volume
  • dailyTotalNetPosition: total net position in MWh (total import - total export).
  • exchanges: a list of delivery periods, containing all exchanges 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

Data source: Entso-e Transparency platform. Update frequency and data availability depends on data being reported to Entso-e.

Sample response with valid data for areas NO2,NO3 and date 2025-05-05

get/api/v2/PowerSystem/Exchanges/ByAreas

Query parameters

areasstring required

Comma-separated list of areas (e.g., NO1, NO2). Supported: 50HZ, AMP, AT, BE, DE-LU, DK1, DK2, EE, FI, FR, LT, LV, NL, NO1, NO2, NO3, NO4, NO5, PL, SE1, SE2, SE3, SE4, TBW, TTG, 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
status'Missing' | 'Available'
unitstring nullable
dailyTotalUnitstring nullable
dailyTotalImportnumber double nullable
dailyTotalExportnumber double nullable
dailyTotalNetPositionnumber double nullable