Skip to content

Load

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

entsoe.Load

Load data parameter classes for ENTSO-E Transparency Platform.

ActualTotalLoad

ActualTotalLoad(
    out_bidding_zone_domain: str,
    period_start: int,
    period_end: int,
    offset: int = 0,
)

Bases: Load

Parameters for 6.1.A Actual Total Load.

Data view: https://transparency.entsoe.eu/load-domain/r2/totalLoadR2/show

Fixed parameters:

  • documentType: A65 (System total load)
  • processType: A16 (Realised)

Request Limits: - One year range limit applies - Minimum time interval in query response is one MTU period

Initialize actual total load parameters.

Parameters:

  • out_bidding_zone_domain (str) –

    EIC code of a Control Area, Bidding Zone or Country

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • offset (int, default: 0 ) –

    Offset for pagination

DayAheadTotalLoadForecast

DayAheadTotalLoadForecast(
    out_bidding_zone_domain: str,
    period_start: int,
    period_end: int,
    offset: int = 0,
)

Bases: Load

Parameters for 6.1.B Day-ahead Total Load Forecast.

Data view: https://transparency.entsoe.eu/load-domain/r2/totalLoadR2/show

Fixed parameters:

  • documentType: A65 (System total load)
  • processType: A01 (Day ahead)

Request Limits: - One year range limit applies - Minimum time interval in query response is one day

Initialize day-ahead total load forecast parameters.

Parameters:

  • out_bidding_zone_domain (str) –

    EIC code of a Control Area, Bidding Zone or Country

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • offset (int, default: 0 ) –

    Offset for pagination

MonthAheadTotalLoadForecast

MonthAheadTotalLoadForecast(
    out_bidding_zone_domain: str,
    period_start: int,
    period_end: int,
    offset: int = 0,
)

Bases: Load

Parameters for 6.1.D Month-ahead Total Load Forecast.

Data view: https://transparency.entsoe.eu/load-domain/r2/monthLoad/show

Fixed parameters:

  • documentType: A65 (System total load)
  • processType: A32 (Month ahead)

Request Limits: - One year range limit applies - Minimum time interval in query response is one month

Initialize month-ahead total load forecast parameters.

Parameters:

  • out_bidding_zone_domain (str) –

    EIC code of a Control Area, Bidding Zone or Country

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • offset (int, default: 0 ) –

    Offset for pagination

WeekAheadTotalLoadForecast

WeekAheadTotalLoadForecast(
    out_bidding_zone_domain: str,
    period_start: int,
    period_end: int,
    offset: int = 0,
)

Bases: Load

Parameters for 6.1.C Week-ahead Total Load Forecast.

Data view: https://transparency.entsoe.eu/load-domain/r2/weekLoad/show

Fixed parameters:

  • documentType: A65 (System total load)
  • processType: A31 (Week ahead)

Request Limits: - One year range limit applies - Minimum time interval in query response is one week

Initialize week-ahead total load forecast parameters.

Parameters:

  • out_bidding_zone_domain (str) –

    EIC code of a Control Area, Bidding Zone or Country

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • offset (int, default: 0 ) –

    Offset for pagination

YearAheadForecastMargin

YearAheadForecastMargin(
    out_bidding_zone_domain: str,
    period_start: int,
    period_end: int,
    offset: int = 0,
)

Bases: Load

Parameters for 8.1 Year-ahead Forecast Margin.

Data view: https://transparency.entsoe.eu/load-domain/r2/marginLoad/show

Fixed parameters:

  • documentType: A70 (Load forecast margin)
  • processType: A33 (Year ahead)

Request Limits: - One year range limit applies - Minimum time interval in query response is one year

Initialize year-ahead forecast margin parameters.

Parameters:

  • out_bidding_zone_domain (str) –

    EIC code of a Control Area, Bidding Zone or Country

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • offset (int, default: 0 ) –

    Offset for pagination

YearAheadTotalLoadForecast

YearAheadTotalLoadForecast(
    out_bidding_zone_domain: str,
    period_start: int,
    period_end: int,
    offset: int = 0,
)

Bases: Load

Parameters for 6.1.E Year-ahead Total Load Forecast.

Data view: https://transparency.entsoe.eu/load-domain/r2/yearLoad/show

Fixed parameters:

  • documentType: A65 (System total load)
  • processType: A33 (Year ahead)

Request Limits: - One year range limit applies - Minimum time interval in query response is one year

Initialize year-ahead total load forecast parameters.

Parameters:

  • out_bidding_zone_domain (str) –

    EIC code of a Control Area, Bidding Zone or Country

  • period_start (int) –

    Start period (YYYYMMDDHHMM format)

  • period_end (int) –

    End period (YYYYMMDDHHMM format)

  • offset (int, default: 0 ) –

    Offset for pagination