Getting Data from ENTSO-E

The European Network of Transmission System Operators for Electricity provides a Transparency Platform for publishing its data. The platform provides an API from which we can programmatically pull data from. There is a public repository on GitHub of a Python wrapper client.

The plan is to collect the following data from ENTSO-E:

  • Total electricity flow of Denmark, UK, Netherlands, and Germany.
  • Outage data of the countries.

Following data manipulation will be performed:

  • Remove corresponding datapoints that are affected by any outage (full or partial).

Leave a Reply

Your email address will not be published. Required fields are marked *