Skip to contents

Shares of Frequency Containment Reserve capacity per area.

Usage

shares_of_fcr_capacity(
  eic = NULL,
  period_start = ymd(Sys.Date() - days(x = 7L), tz = "CET"),
  period_end = ymd(Sys.Date(), tz = "CET"),
  tidy_output = TRUE,
  security_token = Sys.getenv("ENTSOE_PAT")
)

Arguments

eic

Energy Identification Code of the area domain

period_start

POSIXct or YYYY-MM-DD HH:MM:SS format One year range limit applies

period_end

POSIXct or YYYY-MM-DD HH:MM:SS format One year range limit applies

tidy_output

Defaults to TRUE. flatten nested tables

security_token

Security token for ENTSO-E transparency platform

Value

A tibble::tibble() with the queried data.

Examples

df <- entsoeapi::shares_of_fcr_capacity(
  eic = "10YCB-GERMANY--8",
  period_start = lubridate::ymd(x = "2024-01-01", tz = "CET"),
  period_end = lubridate::ymd(x = "2024-12-31", tz = "CET"),
  tidy_output = TRUE
)
#> 
#> ── API call ────────────────────────────────────────────────────────────────────────────────────────────────────────────
#> → https://web-api.tp.entsoe.eu/api?documentType=A26&businessType=C23&area_Domain=10YCB-GERMANY--8&periodStart=202312312300&periodEnd=202412302300&securityToken=<...>
#> <- HTTP/2 200 
#> <- date: Mon, 13 Apr 2026 08:52:33 GMT
#> <- content-type: text/xml
#> <- content-length: 1678
#> <- content-disposition: inline; filename="Shares of FCR Capacity_202312312300-202412302300.xml"
#> <- x-content-type-options: nosniff
#> <- x-xss-protection: 0
#> <- strict-transport-security: max-age=15724800; includeSubDomains
#> <- 
#>  response has arrived
#>  Additional type names have been added!
#>  Additional eic names have been added!
#>  Additional definitions have been added!

dplyr::glimpse(df)
#> Rows: 1
#> Columns: 19
#> $ area_domain_mrid              <chr> "10YCB-GERMANY--8"
#> $ area_domain_name              <chr> "CB Germany_Denmark_Luxemburg"
#> $ type                          <chr> "A26"
#> $ type_def                      <chr> "Capacity document"
#> $ process_type                  <chr> "A52"
#> $ process_type_def              <chr> "Frequency containment reserve"
#> $ ts_flow_direction             <chr> "A03"
#> $ ts_flow_direction_def         <chr> "UP and DOWN"
#> $ ts_business_type              <chr> "A25"
#> $ ts_business_type_def          <chr> "General Capacity Information"
#> $ created_date_time             <dttm> 2026-04-13 08:52:33
#> $ revision_number               <dbl> 1
#> $ ts_resolution                 <chr> "P1Y"
#> $ ts_time_interval_start        <dttm> 2023-12-31 23:00:00
#> $ ts_time_interval_end          <dttm> 2024-12-31 23:00:00
#> $ ts_mrid                       <dbl> 1
#> $ ts_point_dt_start             <dttm> 2023-12-31 23:00:00
#> $ ts_point_quantity             <dbl> 589
#> $ ts_quantity_measure_unit_name <chr> "MAW"