Gathering and analyzing electricity generation data from the ENTSO-E portal.
- Get API token to access ENTSOE data from https://uat-transparency.entsoe.eu/content/static_content/Static%20content/web%20api/Guide.html
- Add the API to the env variable "ENTSOE_API" .
- Create a new conda env :
conda create --name eudata
- Switch to the new env :
conda activate eudata
- Install required packages :
conda install pandas
,python3 -m pip install entsoe-py
entsoeAPI.py
: contains code to get data from ENTSOE portal using the "entsoe-py" clientutil.py
: contains utility functionsdata
folder : contains various types of data downloaded from different countries from the entsoe APIsanalysis
folder : some note books analyzing downloaded data
Country | Code | Actual | Forecast |
---|---|---|---|
Austria | AT | ||
Belgium | BE | 60 | 60 |
Bulgaria | BG | 60 | 60 |
Croatia | HR | 60 | 60 |
Cyprus | CY | ||
Czech Republic | CZ | 60 | 60 |
Denmark | DK | 60 | 60 |
Estonia | EE | 60 | 60 |
Finland | FI | 60 | 60 |
France | FR | 60 | 60 |
Germany | DE | 60 | 60 |
Greece | GR | 60 | 60 |
Hungary | HU | 15,60 | 60 |
Italy | IT | 60 | 60 |
Latvia | LV | 60 | 60 |
Lithuania | LT | 60 | 60 |
Luxembourg | LU | 15,60 | 60 |
Malta | MT | ||
Netherlands | NL | 60 | 60 |
Poland | PL | 60 | 60 |
Portugal | PT | 60 | 60 |
Romania | RO | 60 | |
Slovakia | SK | 60 | 60 |
Slovenia | SI | 60 | |
Spain | ES | 60 | |
Sweden | SE | 60 |