v1
latestOpenAPI 3.1.02026-07-2694207444.7 KBYearly ATC capacities
Returns a list of auction capacities for a market, year and one area.
Response field descriptions
importsByConnection
- area: the area imported from
- connection: the named connection to the import area. In some cases, multiple capacity values exist in between two areas - if that's the case, then connection will be used to distinguish the values.
- capacity: the max MW that can be imported on this connection
- lossFactor: in case there is a loss on the cable, then the loss factor tells how much power will be lost. Given a loss factor of 0.02 then 2% of the power gets lost in transit. If we put in 100 MW on the exporting side then 98MW arrives in the import area.
- rampingRestriction: some connections can't change the power flow too quickly. In these cases, a ramping restriction will be present. Ramping restrictions are given in MW, telling how much capacity can change from the previous period. If we have a ramping value of 100 MW, then going from delivery period 01:00 to 02:00, then the flow value can only change +/- the ramping value from the previous period.
- alreadyAllocatedCapacity: capacity which is already in use. If ramping restrictions exist, then the already allocated capacity needs to be taken into account. This is mostly relevant for intraday auctions where there is planned flows already in place.
exportsByConnection
- area: the area exported to
- connection: the named connection to the export area. In some cases, multiple capacity values exist in between two areas - if that's the case, then connection will be used to distinguish the values.
- capacity: the max MW that can be exported on this connection
- lossFactor: in case there is a loss on the cable, then the loss factor tells how much power will be lost. Given a loss factor of 0.02 then 2% of the power gets lost in transit. If we put in 100 MW on the exporting side then 98MW arrives in the import area.
- rampingRestriction: some connections can't change the power flow too quickly. In these cases, a ramping restriction will be present. Ramping restrictions are given in MW, telling how much capacity can change from the previous period. If we have a ramping value of 100 MW, then going from delivery period 01:00 to 02:00, then the flow value can only change +/- the ramping value from the previous period.
- alreadyAllocatedCapacity: capacity which is already in use. If ramping restrictions exist, then the already allocated capacity needs to be taken into account. This is mostly relevant for intraday auctions where there is planned flows already in place.
importGroupRestriction
- areas: the areas affected by this restriction
- capacity: the total import capacity that is possible when summing together all area capacities. This is generally larger than a single area capacity, but smaller than the sum of areas.
exportGroupRestriction
- areas: the areas affected by this restriction
- capacity: the total import capacity that is possible when summing together all area capacities. This is generally larger than a single area capacity, but smaller than the sum of areas.
externalImportConstraint: external import constraints limit the bidding zone net position which represents the total net exchange of the BZ with its neighbors both in FlowBased and ATC network models. The net position is defined as sum (export flow) - sum (import flow), and must be higher or equal to -(external import constraint).
externalExportConstraint: external export constraints limit the bidding zone net position which represents the total net exchange of the BZ with its neighbors both in FlowBased and ATC network models. The net position is defined as sum (export flow) - sum (import flow), and must be less or equal to (external export constraint).
totalImport: the total available import capacity, taking into account import group restrictions if any exist.
totalExport: the total available export capacity, taking into account export group restrictions if any exist.
dailySummaries: daily summary value of total import and export capacity, in MWh
- totalImport: total daily MWh import capacity, taking into account import group restrictions if any exists
- totalExport: total daily MWh export capacity, taking account export group restrictions if any exists
Query parameters
One area. For example NO1.
Supported: SE(legacy), NO1, NO1A, NO2, NO2_ND, NO2_NK, NO2_SK, NO2A, NO3, NO4, NO5, SE1, SE2, SE3, SE3_FS, SE3_KS, SE3_SWL, SE4, SE4_BC, SE4_NB, SE4_SP, SE4_SWL, FI, FI_EL, FI_FS, DK1, DK1_CO, DK1_DE, DK1_KS, DK1_SB, DK1_SK, DK1A, DK2, DK2_KO, DK2_SB, EE, LT, LV, AT, BE, FR, GER, NL, PL, TEL, BG, UK
Year in CET (format: yyyy, e.g., 2024)
Response
OK