Total Frequency Containment Reserve capacity. One year range limit applies.
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
Examples
df <- entsoeapi::fcr_total_capacity(
eic = "10YEU-CONT-SYNC0",
period_start = lubridate::ymd(x = "2022-01-01", tz = "CET"),
period_end = lubridate::ymd(x = "2022-01-02", tz = "CET"),
tidy_output = TRUE
)
#>
#> ── API call ────────────────────────────────────────────────────────────────────────────────────────────────────────────
#> → https://web-api.tp.entsoe.eu/api?documentType=A26&businessType=A25&area_Domain=10YEU-CONT-SYNC0&periodStart=202112312300&periodEnd=202201012300&securityToken=<...>
#> <- HTTP/2 200
#> <- date: Thu, 05 Mar 2026 16:12:27 GMT
#> <- content-type: text/xml
#> <- content-length: 958
#> <- content-disposition: inline; filename="acknowledgement.xml"
#> <- x-content-type-options: nosniff
#> <- x-xss-protection: 0
#> <- strict-transport-security: max-age=15724800; includeSubDomains
#> <-
#> ✔ response has arrived
#> ℹ No additional type names added!
#> ℹ No additional eic names added!
str(df)
#> tibble [1 × 3] (S3: tbl_df/tbl/data.frame)
#> $ created_date_time: POSIXct[1:1], format: "2026-03-05 16:12:27"
#> $ reason_code : chr "999"
#> $ reason_text : chr "No matching data found for Data item FCR_TOTAL_CAPACITY_R3 [SO GL 187.2] (10YEU-CONT-SYNC0) and interval 2021-1"| __truncated__