Skip to main content

Python3 client for the webservices of Elia

Project description

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.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

elia-py-0.2.4.tar.gz (5.6 kB view hashes)

Uploaded Source

Built Distribution

elia_py-0.2.4-py3-none-any.whl (6.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page