Skip to content

Balancing

This page provides detailed information about balancing-related parameter classes.

entsoe.Balancing

Balancing parameter classes for ENTSO-E Transparency Platform API.

This module provides parameter classes for ENTSO-E Balancing data endpoints, each inheriting from BalancingParams and providing preset values for specific endpoints.

AcceptedAggregatedOffers

AcceptedAggregatedOffers(
    period_start: int,
    period_end: int,
    control_area_domain: str,
    business_type: Optional[str] = None,
    psr_type: Optional[str] = None,
    offset: int = 0,
)

Bases: Balancing

Parameters for 17.1.D Accepted Aggregated Offers.

Data view: https://transparency.entsoe.eu/balancing/r2/acceptedAggregatedOffers/show

Fixed parameters:

  • documentType: A82 (Accepted offers)

Optional parameters: - businessType: A95=Frequency containment reserve, A96=Automatic frequency restoration reserve, A97=Manual frequency restoration reserve, A98=Replacement reserve

Initialize accepted aggregated offers parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • control_area_domain (str) –

    EIC code of Market Balance Area

  • business_type (Optional[str], default: None ) –

    A95=FCR, A96=aFRR, A97=mFRR, A98=RR

  • psr_type (Optional[str], default: None ) –

    A04=Generation, A05=Load, A03=Mixed

  • offset (int, default: 0 ) –

    Offset for pagination

ActivatedBalancingEnergy

ActivatedBalancingEnergy(
    period_start: int,
    period_end: int,
    control_area_domain: str,
    business_type: Optional[str] = None,
    psr_type: Optional[str] = None,
    offset: int = 0,
)

Bases: Balancing

Parameters for 17.1.E Activated Balancing Energy.

Data view: https://transparency.entsoe.eu/balancing/r2/activationAndActivatedBalancingReserves/show

Fixed parameters:

  • documentType: A83 (Activated balancing quantities)

Optional parameters: - businessType: A95=Frequency containment reserve, A96=Automatic frequency restoration reserve, A97=Manual frequency restoration reserve, A98=Replacement reserve

Initialize activated balancing energy parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • control_area_domain (str) –

    EIC code of Market Balance Area

  • business_type (Optional[str], default: None ) –

    A95=FCR, A96=aFRR, A97=mFRR, A98=RR

  • psr_type (Optional[str], default: None ) –

    A04=Generation, A05=Load, A03=Mixed

  • offset (int, default: 0 ) –

    Offset for pagination

AggregatedBalancingEnergyBids

AggregatedBalancingEnergyBids(
    period_start: int,
    period_end: int,
    area_domain: str,
    process_type: str,
    offset: int = 0,
)

Bases: Balancing

Parameters for 12.3.E Aggregated Balancing Energy Bids (GL EB).

Data view: https://transparency.entsoe.eu/balancing/r2/aggregatedBalancingEnergyBids/show

Fixed parameters:

  • documentType: A24 (Bid document)

Required parameters: - processType: A51=aFRR, A46=RR, A47=mFRR, A60=Scheduled activation mFRR, A61=Direct activation mFRR, A67=Central Selection aFRR, A68=Local Selection aFRR

Initialize aggregated balancing energy bids parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • area_domain (str) –

    EIC code of Scheduling Area

  • process_type (str) –

    A51=aFRR, A46=RR, A47=mFRR, A60=Scheduled mFRR, A61=Direct mFRR, A67=Central aFRR, A68=Local aFRR

  • offset (int, default: 0 ) –

    Offset for pagination

AllocationAndUseOfCrossZonalBalancingCapacity

AllocationAndUseOfCrossZonalBalancingCapacity(
    period_start: int,
    period_end: int,
    bidding_zone_domain: str,
    process_type: str,
    offset: int = 0,
)

Bases: Balancing

Parameters for 12.3.H&I Allocation and Use of Cross-zonal Balancing Capacity.

Data view: https://transparency.entsoe.eu/balancing/r2/allocationAndUseOfCrossZonalBalancingCapacity/show

Fixed parameters:

  • documentType: A38 (Reserve allocation result document)

Required parameters: - processType: A46=Replacement reserve, A47=Manual frequency restoration reserve, A51=Automatic frequency restoration reserve, A52=Frequency containment reserve

Initialize allocation and use of cross-zonal balancing capacity parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • bidding_zone_domain (str) –

    EIC code of Bidding Zone or Market Balancing Area

  • process_type (str) –

    A46=RR, A47=mFRR, A51=aFRR, A52=FCR

  • offset (int, default: 0 ) –

    Offset for pagination

BalancingBorderCapacityLimitations

BalancingBorderCapacityLimitations(
    period_start: int,
    period_end: int,
    acquiring_domain: str,
    connecting_domain: str,
    process_type: str,
    offset: int = 0,
)

Bases: Balancing

Parameters for IFs 4.3 & 4.4 Balancing Border Capacity Limitations.

Data view: https://transparency.entsoe.eu/balancing/r2/balancingBorderCapacityLimitations/show

Fixed parameters:

  • documentType: A31 (Agreed capacity)

Required parameters: - processType: A51=Automatic Frequency Restoration Reserve, A63=Imbalance Netting, A47=Manual frequency restoration reserve

Initialize balancing border capacity limitations parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • acquiring_domain (str) –

    EIC code of Market Balancing Area (acquiring area)

  • connecting_domain (str) –

    EIC code of Market Balancing Area (connecting area)

  • process_type (str) –

    A51=aFRR, A63=Imbalance Netting, A47=mFRR

  • offset (int, default: 0 ) –

    Offset for pagination

BalancingEnergyBids

BalancingEnergyBids(
    period_start: int,
    period_end: int,
    connecting_domain: str,
    process_type: str,
    standard_market_product: Optional[str] = None,
    original_market_product: Optional[str] = None,
    direction: Optional[str] = None,
    offset: int = 0,
)

Bases: Balancing

Parameters for 12.3.B&C Balancing Energy Bids.

Data view: https://transparency.entsoe.eu/balancing/r2/balancingEnergyBids/show

Fixed parameters:

  • documentType: A37 (Reserve bid document)
  • businessType: B74 (Offer)

Required parameters: - processType: A46=Replacement reserve, A47=Manual frequency restoration reserve, A51=Automatic frequency restoration reserve

Initialize balancing energy bids parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • connecting_domain (str) –

    EIC code of Scheduling Area

  • process_type (str) –

    A46=RR, A47=mFRR, A51=aFRR

  • standard_market_product (Optional[str], default: None ) –

    A01=Standard, A05=Standard mFRR scheduled, A07=Standard mFRR direct activation

  • original_market_product (Optional[str], default: None ) –

    A02=Specific, A03=Integrated Process, A04=Local

  • direction (Optional[str], default: None ) –

    A01=Up, A02=Down

  • offset (int, default: 0 ) –

    Offset for pagination

BalancingEnergyBidsArchives

BalancingEnergyBidsArchives(
    period_start: int,
    period_end: int,
    bidding_zone_domain: str,
    process_type: str,
    offset: int = 0,
)

Bases: Balancing

Parameters for 12.3.B&C Balancing Energy Bids Archives.

Data view: https://transparency.entsoe.eu/balancing/r2/balancingEnergyBidsArchives/show

Fixed parameters:

  • documentType: A37 (Reserve bid document)
  • businessType: B74 (Offer)

Required parameters: - processType: A46=Replacement reserve, A47=Manual frequency restoration reserve, A51=Automatic frequency restoration reserve

Notes: - This is the archived version of balancing energy bids - Contains historical bid data for analysis and reporting

Initialize balancing energy bids archives parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • bidding_zone_domain (str) –

    EIC code of Bidding Zone or Market Balancing Area

  • process_type (str) –

    A46=RR, A47=mFRR, A51=aFRR

  • offset (int, default: 0 ) –

    Offset for pagination

ChangesToBidAvailability

ChangesToBidAvailability(
    period_start: int,
    period_end: int,
    domain: str,
    business_type: Optional[str] = None,
    offset: int = 0,
)

Bases: Balancing

Parameters for IFs mFRR 9.9, aFRR 9.6&9.8 Changes to Bid Availability.

Data view: https://transparency.entsoe.eu/balancing/r2/changesToBidAvailability/show

Fixed parameters:

  • documentType: B45 (Bid Availability Document)
  • processType: A47 (Manual frequency restoration reserve)

Optional parameters: - businessType: C40=Conditional bid, C41=Thermal limit, C42=Frequency limit, C43=Voltage limit, C44=Current limit, C45=Short-circuit current limits, C46=Dynamic stability limit

Initialize changes to bid availability parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • domain (str) –

    EIC code of Scheduling Area or LFA

  • business_type (Optional[str], default: None ) –

    C40=Conditional bid, C41=Thermal limit, C42=Frequency limit, C43=Voltage limit, C44=Current limit, C45=Short-circuit limit, C46=Dynamic stability limit

  • offset (int, default: 0 ) –

    Offset for pagination

CrossBorderBalancing

CrossBorderBalancing(
    period_start: int,
    period_end: int,
    acquiring_domain: str,
    connecting_domain: str,
    offset: int = 0,
)

Bases: Balancing

Parameters for 17.1.J Cross Border Balancing.

Data view: https://transparency.entsoe.eu/balancing/r2/crossBorderBalancing/show

Fixed parameters:

  • documentType: A88 (Cross border balancing)

Notes: - Cross-border balancing activities between different market areas - Requires acquiring_domain and connecting_domain for cross-border queries

Initialize cross border balancing parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • acquiring_domain (str) –

    EIC code of Market Balancing Area (acquiring area)

  • connecting_domain (str) –

    EIC code of Market Balancing Area (connecting area)

  • offset (int, default: 0 ) –

    Offset for pagination

CrossBorderMarginalPricesForAFRR

CrossBorderMarginalPricesForAFRR(
    period_start: int,
    period_end: int,
    bidding_zone_domain: str,
    offset: int = 0,
)

Bases: Balancing

Parameters for IF aFRR 3.16 Cross Border Marginal Prices (CBMPs) for aFRR Central Selection (CS).

Data view: https://transparency.entsoe.eu/balancing/r2/crossBorderMarginalPricesForAFRR/show

Fixed parameters:

  • documentType: A84 (Activated balancing prices)
  • processType: A67 (Central Selection aFRR)
  • businessType: A96 (Automatic frequency restoration reserve)

Notes: - Specific to aFRR Central Selection marginal prices - Cross-border pricing information for automatic frequency restoration

Initialize cross border marginal prices for aFRR parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • bidding_zone_domain (str) –

    EIC code of Bidding Zone or Market Balancing Area

  • offset (int, default: 0 ) –

    Offset for pagination

CurrentBalancingState

CurrentBalancingState(
    period_start: int, period_end: int, area_domain: str, offset: int = 0
)

Bases: Balancing

Parameters for 12.3.A Current Balancing State (GL EB).

Data view: https://transparency.entsoe.eu/balancing/r2/currentBalancingState/show

Fixed parameters:

  • documentType: A86 (Imbalance volume)
  • businessType: B33 (Area Control Error)

Notes: - Returns current balancing state information - Shows real-time area control error data

Initialize current balancing state parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • area_domain (str) –

    EIC code of Scheduling Area

  • offset (int, default: 0 ) –

    Offset for pagination

ElasticDemands

ElasticDemands(
    period_start: int,
    period_end: int,
    bidding_zone_domain: str,
    process_type: str,
    offset: int = 0,
)

Bases: Balancing

Parameters for IFs aFRR 3.4 & mFRR 3.4 Elastic Demands.

Data view: https://transparency.entsoe.eu/balancing/r2/elasticDemands/show

Fixed parameters:

  • documentType: A37 (Reserve bid document)
  • businessType: B75 (Need)

Required parameters: - processType: A51=Automatic Frequency Restoration Reserve, A47=Manual Frequency Restoration Reserve

Initialize elastic demands parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • bidding_zone_domain (str) –

    EIC code of Bidding Zone or Market Balancing Area

  • process_type (str) –

    A51=aFRR, A47=mFRR

  • offset (int, default: 0 ) –

    Offset for pagination

ExchangedReserveCapacity

ExchangedReserveCapacity(
    period_start: int,
    period_end: int,
    bidding_zone_domain: str,
    offset: int = 0,
)

Bases: Balancing

Parameters for 190.3 Exchanged Reserve Capacity (SO GL).

Data view: https://transparency.entsoe.eu/balancing/r2/exchangedReserveCapacity/show

Fixed parameters:

  • documentType: A26 (Capacity document)
  • processType: A46 (Replacement reserve)

Notes: - Shows exchanged reserve capacity between areas - Used for cross-border capacity exchange tracking

Initialize exchanged reserve capacity parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • bidding_zone_domain (str) –

    EIC code of Bidding Zone or Market Balancing Area

  • offset (int, default: 0 ) –

    Offset for pagination

FCRTotalCapacity

FCRTotalCapacity(
    period_start: int,
    period_end: int,
    bidding_zone_domain: str,
    offset: int = 0,
)

Bases: Balancing

Parameters for 187.2 FCR Total Capacity (SO GL).

Data view: https://transparency.entsoe.eu/balancing/r2/fcrTotalCapacity/show

Fixed parameters:

  • documentType: A26 (Capacity document)
  • businessType: A25 (General Capacity Information)

Notes: - Returns total FCR (Frequency Containment Reserve) capacity data - Used for capacity planning and reserve management

Initialize FCR total capacity parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • bidding_zone_domain (str) –

    EIC code of Bidding Zone or Market Balancing Area

  • offset (int, default: 0 ) –

    Offset for pagination

FinancialExpensesAndIncomeForBalancing

FinancialExpensesAndIncomeForBalancing(
    period_start: int,
    period_end: int,
    bidding_zone_domain: str,
    offset: int = 0,
)

Bases: Balancing

Parameters for 17.1.I Financial Expenses and Income for Balancing.

Data view: https://transparency.entsoe.eu/balancing/r2/financialExpensesAndIncomeForBalancing/show

Fixed parameters:

  • documentType: A87 (Financial situation)

Notes: - Returns financial data related to balancing activities - Shows expenses and income from balancing operations

Initialize financial expenses and income for balancing parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • bidding_zone_domain (str) –

    EIC code of Bidding Zone or Market Balancing Area

  • offset (int, default: 0 ) –

    Offset for pagination

FRRActualCapacityLegacy

FRRActualCapacityLegacy(
    period_start: int,
    period_end: int,
    bidding_zone_domain: str,
    process_type: str,
    business_type: str,
    offset: int = 0,
)

Bases: Balancing

Parameters for 188.4 FRR Actual Capacity (SO GL) - Legacy.

Data view: https://transparency.entsoe.eu/balancing/r2/frrActualCapacityLegacy/show

Fixed parameters:

  • documentType: A26 (Capacity document)
  • processType: A46=Replacement reserve, A56=Frequency restoration reserve
  • businessType: C77=Min, C78=Avg, C79=Max

Notes: - This is the legacy version of FRR actual capacity endpoint - Maintained for backward compatibility

Initialize FRR actual capacity legacy parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • bidding_zone_domain (str) –

    EIC code of Bidding Zone or Market Balancing Area

  • process_type (str) –

    A46=Replacement reserve, A56=Frequency restoration reserve

  • business_type (str) –

    C77=Min, C78=Avg, C79=Max

  • offset (int, default: 0 ) –

    Offset for pagination

FRRAndRRActualCapacity

FRRAndRRActualCapacity(
    period_start: int,
    period_end: int,
    bidding_zone_domain: str,
    process_type: str,
    business_type: str,
    offset: int = 0,
)

Bases: Balancing

Parameters for 188.4 & 189.3 FRR and RR Actual Capacity (SO GL).

Data view: https://transparency.entsoe.eu/balancing/r2/frrAndRRActualCapacity/show

Fixed parameters:

  • documentType: A26 (Capacity document)

Required parameters: - processType: A46=Replacement reserve, A56=Frequency restoration reserve - businessType: C77=Min, C78=Avg, C79=Max

Initialize FRR and RR actual capacity parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • bidding_zone_domain (str) –

    EIC code of Bidding Zone or Market Balancing Area

  • process_type (str) –

    A46=Replacement reserve, A56=Frequency restoration reserve

  • business_type (str) –

    C77=Min, C78=Avg, C79=Max

  • offset (int, default: 0 ) –

    Offset for pagination

FRRAndRRCapacityOutlook

FRRAndRRCapacityOutlook(
    period_start: int,
    period_end: int,
    bidding_zone_domain: str,
    process_type: str,
    offset: int = 0,
)

Bases: Balancing

Parameters for 188.3 & 189.2 FRR & RR Capacity Outlook (SO GL).

Data view: https://transparency.entsoe.eu/balancing/r2/frrAndRRCapacityOutlook/show

Fixed parameters:

  • documentType: A26 (Capacity document)
  • businessType: C76 (Forecasted capacity)

Required parameters: - processType: A46=Replacement Reserve, A56=Frequency Restoration Reserve

Initialize FRR and RR capacity outlook parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • bidding_zone_domain (str) –

    EIC code of Bidding Zone or Market Balancing Area

  • process_type (str) –

    A46=Replacement Reserve, A56=Frequency Restoration Reserve

  • offset (int, default: 0 ) –

    Offset for pagination

ImbalancePrices

ImbalancePrices(
    period_start: int,
    period_end: int,
    control_area_domain: str,
    psr_type: Optional[str] = None,
    offset: int = 0,
)

Bases: Balancing

Parameters for 17.1.G Imbalance Prices.

Data view: https://transparency.entsoe.eu/balancing/r2/imbalancePricing/show

Fixed parameters:

  • documentType: A85 (Imbalance prices)

Notes: - Returns imbalance prices for the specified bidding zone - Used for settlement and pricing of imbalances

Initialize imbalance prices parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • control_area_domain (str) –

    EIC code of Scheduling Area or Market Balancing Area

  • psr_type (Optional[str], default: None ) –

    A04=Generation, A05=Load

  • offset (int, default: 0 ) –

    Offset for pagination

NettedAndExchangedVolumes

NettedAndExchangedVolumes(
    period_start: int,
    period_end: int,
    acquiring_domain: str,
    connecting_domain: str,
    process_type: str,
    offset: int = 0,
)

Bases: Balancing

Parameters for IFs 3.10, 3.16 & 3.17 Netted and Exchanged Volumes.

Data view: https://transparency.entsoe.eu/balancing/r2/nettedAndExchangedVolumes/show

Fixed parameters:

  • documentType: B17 (Aggregated netted external TSO schedule document)

Required parameters: - processType: A60=mFRR with Scheduled Activation, A61=mFRR with Direct Activation, A51=Automatic Frequency Restoration Reserve, A63=Imbalance Netting

Initialize netted and exchanged volumes parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • acquiring_domain (str) –

    EIC code of LFA or SCA

  • connecting_domain (str) –

    EIC code of LFA or SCA

  • process_type (str) –

    A60=mFRR Scheduled, A61=mFRR Direct, A51=aFRR, A63=Imbalance Netting

  • offset (int, default: 0 ) –

    Offset for pagination

NettedAndExchangedVolumesPerBorder

NettedAndExchangedVolumesPerBorder(
    period_start: int,
    period_end: int,
    acquiring_domain: str,
    connecting_domain: str,
    process_type: str,
    offset: int = 0,
)

Bases: Balancing

Parameters for IFs 3.10, 3.16 & 3.17 Netted and Exchanged Volumes per Border.

Data view: https://transparency.entsoe.eu/balancing/r2/nettedAndExchangedVolumesPerBorder/show

Fixed parameters:

  • documentType: A30 (Cross border schedule)

Required parameters: - processType: A60=mFRR with Scheduled Activation, A61=mFRR with Direct Activation, A51=Automatic Frequency Restoration Reserve, A63=Imbalance Netting

Initialize netted and exchanged volumes per border parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • acquiring_domain (str) –

    EIC code of Market Balancing Area (acquiring area)

  • connecting_domain (str) –

    EIC code of Market Balancing Area (connecting area)

  • process_type (str) –

    A60=mFRR Scheduled, A61=mFRR Direct, A51=aFRR, A63=Imbalance Netting

  • offset (int, default: 0 ) –

    Offset for pagination

OutlookOfReserveCapacitiesOnRR

OutlookOfReserveCapacitiesOnRR(
    period_start: int,
    period_end: int,
    bidding_zone_domain: str,
    offset: int = 0,
)

Bases: Balancing

Parameters for 189.2 Outlook of Reserve Capacities on RR (SO GL).

Data view: https://transparency.entsoe.eu/balancing/r2/outlookOfReserveCapacitiesOnRR/show

Fixed parameters:

  • documentType: A26 (Capacity document)
  • processType: A46 (Replacement reserve)
  • businessType: C76 (Forecasted capacity)

Notes: - Provides outlook/forecast of replacement reserve capacities - Used for medium-term capacity planning

Initialize outlook of reserve capacities on RR parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • bidding_zone_domain (str) –

    EIC code of Bidding Zone or Market Balancing Area

  • offset (int, default: 0 ) –

    Offset for pagination

PermanentAllocationLimitationsToHVDCLines

PermanentAllocationLimitationsToHVDCLines(
    period_start: int,
    period_end: int,
    acquiring_domain: str,
    connecting_domain: str,
    process_type: str,
    offset: int = 0,
)

Bases: Balancing

Parameters for IFs 4.5 Permanent Allocation Limitations to Cross-border Capacity on HVDC Lines.

Data view: https://transparency.entsoe.eu/balancing/r2/permanentAllocationLimitationsToHVDCLines/show

Fixed parameters:

  • documentType: A99 (HVDC Link constraints)

Required parameters: - processType: A51=Automatic Frequency Restoration Reserve, A63=Imbalance Netting, A47=Manual frequency restoration reserve

Initialize permanent allocation limitations to HVDC lines parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • acquiring_domain (str) –

    EIC code of Market Balancing Area (acquiring area)

  • connecting_domain (str) –

    EIC code of Market Balancing Area (connecting area)

  • process_type (str) –

    A51=aFRR, A63=Imbalance Netting, A47=mFRR

  • offset (int, default: 0 ) –

    Offset for pagination

PricesOfActivatedBalancingEnergy

PricesOfActivatedBalancingEnergy(
    period_start: int,
    period_end: int,
    control_area_domain: str,
    process_type: str,
    business_type: Optional[str] = None,
    psr_type: Optional[str] = None,
    standard_market_product: Optional[str] = None,
    original_market_product: Optional[str] = None,
    export_type: Optional[str] = None,
    offset: int = 0,
)

Bases: Balancing

Parameters for 17.1.F Prices of Activated Balancing Energy.

Data view: https://transparency.entsoe.eu/balancing/r2/activationAndActivatedBalancingReserves/show

Fixed parameters:

  • documentType: A84 (Activated balancing prices)

Required parameters: - processType: A16=Realised, A60=Scheduled activation mFRR, A61=Direct activation mFRR, A68=Local Selection aFRR

Optional parameters: - businessType: A95=FCR, A96=aFRR, A97=mFRR, A98=RR

Initialize prices of activated balancing energy parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • control_area_domain (str) –

    EIC code of LFA, IPA, or SCA

  • process_type (str) –

    A16=Realised, A60=Scheduled activation mFRR, A61=Direct activation mFRR, A68=Local Selection aFRR

  • business_type (Optional[str], default: None ) –

    A95=FCR, A96=aFRR, A97=mFRR, A98=RR

  • psr_type (Optional[str], default: None ) –

    A04=Generation, A05=Load

  • standard_market_product (Optional[str], default: None ) –

    A01=Standard

  • original_market_product (Optional[str], default: None ) –

    A02=Specific, A04=Local

  • export_type (Optional[str], default: None ) –

    zip (planned to be discontinued)

  • offset (int, default: 0 ) –

    Offset for pagination

ProcuredBalancingCapacity

ProcuredBalancingCapacity(
    period_start: int,
    period_end: int,
    bidding_zone_domain: str,
    process_type: str,
    offset: int = 0,
)

Bases: Balancing

Parameters for 12.3.F Procured Balancing Capacity (GL EB).

Data view: https://transparency.entsoe.eu/balancing/r2/procuredBalancingCapacity/show

Fixed parameters:

  • documentType: A15 (Acquiring system operator reserve schedule)

Required parameters: - processType: A46=Replacement reserve, A47=Manual frequency restoration reserve, A51=Automatic frequency restoration reserve, A52=Frequency containment reserve

Initialize procured balancing capacity parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • bidding_zone_domain (str) –

    EIC code of Bidding Zone or Market Balancing Area

  • process_type (str) –

    A46=RR, A47=mFRR, A51=aFRR, A52=FCR

  • offset (int, default: 0 ) –

    Offset for pagination

ResultsOfCriteriaApplicationProcess

ResultsOfCriteriaApplicationProcess(
    period_start: int,
    period_end: int,
    bidding_zone_domain: str,
    process_type: str,
    offset: int = 0,
)

Bases: Balancing

Parameters for 185.4 Results of the Criteria Application Process - Measurements (SO GL).

Data view: https://transparency.entsoe.eu/balancing/r2/resultsOfCriteriaApplicationProcess/show

Fixed parameters:

  • documentType: A45 (Measurement Value Document)

Required parameters: - processType: A64=Criteria application for instantaneous frequency (For SNA), A65=Criteria application for frequency restoration (for LFC Block)

Initialize results of criteria application process parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • bidding_zone_domain (str) –

    EIC code of Bidding Zone or Market Balancing Area

  • process_type (str) –

    A64=Instantaneous frequency criteria, A65=Frequency restoration criteria

  • offset (int, default: 0 ) –

    Offset for pagination

RRActualCapacity

RRActualCapacity(
    period_start: int,
    period_end: int,
    bidding_zone_domain: str,
    offset: int = 0,
)

Bases: Balancing

Parameters for 189.3 RR Actual Capacity (SO GL).

Data view: https://transparency.entsoe.eu/balancing/r2/rrActualCapacity/show

Fixed parameters:

  • documentType: A26 (Capacity document)
  • processType: A46 (Replacement reserve)
  • businessType: C77 (Min)

Notes: - Returns actual replacement reserve capacity data - Shows minimum actual capacity available

Initialize RR actual capacity parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • bidding_zone_domain (str) –

    EIC code of Bidding Zone or Market Balancing Area

  • offset (int, default: 0 ) –

    Offset for pagination

RRActualCapacityLegacy

RRActualCapacityLegacy(
    period_start: int,
    period_end: int,
    bidding_zone_domain: str,
    offset: int = 0,
)

Bases: Balancing

Parameters for 189.3 RR Actual Capacity (SO GL) Legacy.

Data view: https://transparency.entsoe.eu/balancing/r2/rrActualCapacityLegacy/show

Fixed parameters:

  • documentType: A26 (Capacity document)
  • processType: A46 (Replacement reserve)
  • businessType: C24 (Actual reserve capacity)

Notes: - This is the legacy version using C24 instead of C77 business type - Maintained for backward compatibility with older implementations

Initialize RR actual capacity legacy parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • bidding_zone_domain (str) –

    EIC code of Bidding Zone or Market Balancing Area

  • offset (int, default: 0 ) –

    Offset for pagination

SharesOfFCRCapacity

SharesOfFCRCapacity(
    period_start: int,
    period_end: int,
    bidding_zone_domain: str,
    offset: int = 0,
)

Bases: Balancing

Parameters for 187.2 Shares of FCR Capacity (SO GL).

Data view: https://transparency.entsoe.eu/balancing/r2/sharesOfFCRCapacity/show

Fixed parameters:

  • documentType: A26 (Capacity document)
  • businessType: C23 (Share of reserve capacity)

Notes: - Returns shares of FCR capacity between different areas - Shows distribution of frequency containment reserves

Initialize shares of FCR capacity parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • bidding_zone_domain (str) –

    EIC code of Bidding Zone or Market Balancing Area

  • offset (int, default: 0 ) –

    Offset for pagination

SharesOfFCRCapacityLegacy

SharesOfFCRCapacityLegacy(
    period_start: int,
    period_end: int,
    bidding_zone_domain: str,
    offset: int = 0,
)

Bases: Balancing

Parameters for 187.2 Shares of FCR Capacity - Share of Capacity (SO GL) Legacy.

Data view: https://transparency.entsoe.eu/balancing/r2/sharesOfFCRCapacityLegacy/show

Fixed parameters:

  • documentType: A26 (Capacity document)
  • businessType: C23 (Share of reserve capacity)
  • processType: A52 (Frequency containment reserve)

Notes: - This is the legacy version with explicit A52 process type - Maintained for backward compatibility with older implementations

Initialize shares of FCR capacity legacy parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • bidding_zone_domain (str) –

    EIC code of Bidding Zone or Market Balancing Area

  • offset (int, default: 0 ) –

    Offset for pagination

SharingOfFCRBetweenSAs

SharingOfFCRBetweenSAs(
    period_start: int,
    period_end: int,
    bidding_zone_domain: str,
    offset: int = 0,
)

Bases: Balancing

Parameters for 190.2 Sharing of FCR between SAs (SO GL).

Data view: https://transparency.entsoe.eu/balancing/r2/sharingOfFCRBetweenSAs/show

Fixed parameters:

  • documentType: A26 (Capacity document)
  • processType: A52 (Frequency containment reserve)
  • businessType: C22 (Shared Balancing Reserve Capacity)

Notes: - Shows sharing arrangements of FCR between Scheduling Areas - Used for cross-border reserve sharing coordination

Initialize sharing of FCR between SAs parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • bidding_zone_domain (str) –

    EIC code of Bidding Zone or Market Balancing Area

  • offset (int, default: 0 ) –

    Offset for pagination

SharingOfRRAndFRR

SharingOfRRAndFRR(
    period_start: int,
    period_end: int,
    bidding_zone_domain: str,
    offset: int = 0,
)

Bases: Balancing

Parameters for 190.1 Sharing of RR and FRR (SO GL).

Data view: https://transparency.entsoe.eu/balancing/r2/sharingOfRRAndFRR/show

Fixed parameters:

  • documentType: A26 (Capacity document)
  • processType: A56 (Frequency restoration reserve)

Notes: - Shows sharing arrangements for RR and FRR between areas - Used for cross-border reserve sharing coordination

Initialize sharing of RR and FRR parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • bidding_zone_domain (str) –

    EIC code of Bidding Zone or Market Balancing Area

  • offset (int, default: 0 ) –

    Offset for pagination

SharingOfRRAndFRRLegacy

SharingOfRRAndFRRLegacy(
    period_start: int,
    period_end: int,
    bidding_zone_domain: str,
    offset: int = 0,
)

Bases: Balancing

Parameters for 190.1 Sharing of RR and FRR (SO GL) Legacy.

Data view: https://transparency.entsoe.eu/balancing/r2/sharingOfRRAndFRRLegacy/show

Fixed parameters:

  • documentType: A26 (Capacity document)
  • processType: A47 (Manual frequency restoration reserve)

Notes: - This is the legacy version using A47 instead of A56 process type - Maintained for backward compatibility with older implementations

Initialize sharing of RR and FRR legacy parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • bidding_zone_domain (str) –

    EIC code of Bidding Zone or Market Balancing Area

  • offset (int, default: 0 ) –

    Offset for pagination

TotalImbalanceVolumes

TotalImbalanceVolumes(
    period_start: int,
    period_end: int,
    control_area_domain: str,
    business_type: Optional[str] = None,
    offset: int = 0,
)

Bases: Balancing

Parameters for 17.1.H Total Imbalance Volumes.

Data view: https://transparency.entsoe.eu/balancing/r2/imbalanceVolume/show

Fixed parameters:

  • documentType: A86 (Imbalance volume)

Optional parameters: - businessType: A19=Balance Energy Deviation (default when not specified)

Initialize total imbalance volumes parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • control_area_domain (str) –

    EIC code of Scheduling Area or Market Balance Area

  • business_type (Optional[str], default: None ) –

    A19=Balance Energy Deviation (default)

  • offset (int, default: 0 ) –

    Offset for pagination

VolumesAndPricesOfContractedReserves

VolumesAndPricesOfContractedReserves(
    period_start: int,
    period_end: int,
    bidding_zone_domain: str,
    process_type: str,
    offset: int = 0,
)

Bases: Balancing

Parameters for 17.1.B&C Volumes and Prices of Contracted Reserves.

Data view: https://transparency.entsoe.eu/balancing/r2/contractedReserves/show

Fixed parameters:

  • documentType: A81 (Contracted reserves)
  • businessType: B95 (Procured capacity)

Required parameters: - processType: A51=Automatic frequency restoration reserve, A52=Frequency containment reserve, A47=Manual frequency restoration reserve, A46=Replacement reserve

Initialize volumes and prices of contracted reserves parameters.

Parameters:

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • bidding_zone_domain (str) –

    EIC code of Bidding Zone or Market Balancing Area

  • process_type (str) –

    A51=aFRR, A52=FCR, A47=mFRR, A46=RR

  • offset (int, default: 0 ) –

    Offset for pagination