(S)FTP access
Once you receive your credentials, you can access our FTP through:
Host: calc1.cor-e.fr
(FTP) Port: 21
(SFTP) port: 2222
Documentation of actual generation files
Access to the data - files are grouped by provider and country under the following FTP path: /4_Supply/Actual/Generation/{provider}/{country}
File naming convention:
CORE_SUPPLY_ACTUAL_Generation_{provider}_{bidding_zone}_By{Unit|Type}_{date}.csv
Examples:
RTE/FR: 3 files per day, one for generation aggregated by fuel type and one for generation per unit
CORE_SUPPLY_ACTUAL_Generation_RTE_FR_ByType_yyyymmdd.csv
CORE_SUPPLY_ACTUAL_Generation_RTE_FR_BySubType_yyyymmdd.csv
CORE_SUPPLY_ACTUAL_Generation_RTE_FR_ByUnit_yyyymmdd.csv
ENTSO-e/DK: 4 files per day, 2 (by type and by unit) for each bidding zone
DK1:
CORE_SUPPLY_ACTUAL_Generation_ENTSOE_DK1_ByType_yyyymmdd.csv
CORE_SUPPLY_ACTUAL_Generation_ENTSOE_DK2_ByUnit_yyyymmdd.csv
DK2:
CORE_SUPPLY_ACTUAL_Generation_ENTSOE_DK1_ByType_yyyymmdd.csv
CORE_SUPPLY_ACTUAL_Generation_ENTSOE_DK2_ByUnit_yyyymmdd.csv
The table below describes all columns for generation per type files:
Column Name | Format | Description |
start_date | “%Y-%m-%d %H:%M:%S” (datetime) | UTC date and time |
end_date | “%Y-%m-%d %H:%M:%S” (datetime) | UTC date and time |
fuel_type | str | Fuel type can be one of the following:
|
value | float | Actual generated power in MW |
The table below describes all columns for generation per subtype files:
Column Name | Format | Description |
start_date | “%Y-%m-%d %H:%M:%S” (datetime) | UTC date and time |
end_date | “%Y-%m-%d %H:%M:%S” (datetime) | UTC date and time |
fuel_type | str | Fuel type can be one of the following:
|
subtype | str | Subtype can be one of the following:
|
value | float | Actual generated power in MW |
The table below describes all columns for generation per unit files:
Column Name | Format | Description |
start_date | “%Y-%m-%d %H:%M:%S” (datetime) | UTC date and time |
end_date | “%Y-%m-%d %H:%M:%S” (datetime) | UTC date and time |
unit_name | str | Name of the asset generating power. |
unit_code | str | EIC code of the asset. |
fuel_type | str | Fuel type can be one of the following:
|
value | float | Actual generated power in MW |