Get Intraday Cross-Border Transfer Limits (11.3)
Source:R/en_transmission.R
intraday_cross_border_transfer_limits.Rdintraday cross-border transfer limits of DC links
Arguments
- eic_in
Energy Identification Code of in domain
- eic_out
Energy Identification Code of out domain
- period_start
the starting date of the in-scope period in POSIXct or YYYY-MM-DD HH:MM:SS format One year range limit applies
- period_end
the ending date of the outage in-scope period in POSIXct or YYYY-MM-DD HH:MM:SS format One year range limit applies
- tidy_output
Defaults to TRUE. If TRUE, then flatten nested tables.
- security_token
Security token for ENTSO-E transparency platform
Examples
df <- entsoeapi::intraday_cross_border_transfer_limits(
eic_in = "10YFR-RTE------C",
eic_out = "11Y0-0000-0265-K",
period_start = lubridate::ymd(x = "2023-08-16", tz = "CET"),
period_end = lubridate::ymd(x = "2023-08-17", tz = "CET"),
tidy_output = TRUE
)
#>
#> ── API call ────────────────────────────────────────────────────────────────────────────────────────────────────────────
#> → https://web-api.tp.entsoe.eu/api?documentType=A93&in_Domain=10YFR-RTE------C&out_Domain=11Y0-0000-0265-K&periodStart=202308152200&periodEnd=202308162200&securityToken=<...>
#> <- HTTP/2 200
#> <- date: Thu, 05 Mar 2026 16:12:53 GMT
#> <- content-type: text/xml
#> <- content-length: 1452
#> <- content-disposition: inline; filename="Cross-Border Capacity for DC Links Intraday_202308152200-202308162200.xml"
#> <- x-content-type-options: nosniff
#> <- x-xss-protection: 0
#> <- strict-transport-security: max-age=15724800; includeSubDomains
#> <-
#> ✔ response has arrived
#> ℹ No additional definitions added!
str(df)
#> tibble [24 × 17] (S3: tbl_df/tbl/data.frame)
#> $ ts_in_domain_mrid : chr [1:24] "10YFR-RTE------C" "10YFR-RTE------C" "10YFR-RTE------C" "10YFR-RTE------C" ...
#> $ ts_in_domain_name : chr [1:24] "France" "France" "France" "France" ...
#> $ ts_out_domain_mrid : chr [1:24] "11Y0-0000-0265-K" "11Y0-0000-0265-K" "11Y0-0000-0265-K" "11Y0-0000-0265-K" ...
#> $ ts_out_domain_name : chr [1:24] "UK optimization area GB1A" "UK optimization area GB1A" "UK optimization area GB1A" "UK optimization area GB1A" ...
#> $ type : chr [1:24] "A93" "A93" "A93" "A93" ...
#> $ type_def : chr [1:24] "DC link capacity" "DC link capacity" "DC link capacity" "DC link capacity" ...
#> $ ts_business_type : chr [1:24] "B06" "B06" "B06" "B06" ...
#> $ ts_business_type_def : chr [1:24] "DC link constraint" "DC link constraint" "DC link constraint" "DC link constraint" ...
#> $ created_date_time : POSIXct[1:24], format: "2026-03-05 16:12:53" "2026-03-05 16:12:53" "2026-03-05 16:12:53" "2026-03-05 16:12:53" ...
#> $ revision_number : num [1:24] 1 1 1 1 1 1 1 1 1 1 ...
#> $ ts_resolution : chr [1:24] "PT60M" "PT60M" "PT60M" "PT60M" ...
#> $ ts_time_interval_start : POSIXct[1:24], format: "2023-08-15 22:00:00" "2023-08-15 22:00:00" "2023-08-15 22:00:00" "2023-08-15 22:00:00" ...
#> $ ts_time_interval_end : POSIXct[1:24], format: "2023-08-16 22:00:00" "2023-08-16 22:00:00" "2023-08-16 22:00:00" "2023-08-16 22:00:00" ...
#> $ ts_mrid : num [1:24] 1 1 1 1 1 1 1 1 1 1 ...
#> $ ts_point_dt_start : POSIXct[1:24], format: "2023-08-15 22:00:00" "2023-08-15 23:00:00" "2023-08-16 00:00:00" "2023-08-16 01:00:00" ...
#> $ ts_point_quantity : num [1:24] 1014 1014 1014 1014 1014 ...
#> $ ts_quantity_measure_unit_name: chr [1:24] "MAW" "MAW" "MAW" "MAW" ...