Skip to content

Python client for Elia's web services

License

Notifications You must be signed in to change notification settings

ldefour/elia-py

 
 

Repository files navigation

elia-py

Simple Python 3 client for the Elia Open Data API 🤖

For more information about the Elia Open Data Platform, please refer to https://opendata.elia.be/.

Installation

pip install elia-py

Usage

import datetime as dt
from elia import elia

connection = elia.EliaPandasClient()
start = dt.datetime(2024, 1, 1)
end = dt.datetime(2024, 1, 15)

df = connection.get_imbalance_prices_per_quarter_hour(start=start, end=end)

Notes

This work has been inspired by a similar project entsoe-py available on GitHub.

About

Python client for Elia's web services

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%