EU ETS Data Client¶
etswatch
provides a Python client for retrieving the latest data on the EU ETS market and its participants
To install the library you can run:
pip install etswatch
To then download all of the EUTL accounts data you can run:
python -m etswatch.deployment download-all-accounts-data
N.b. this will create a sub-directory called data
in the directory that you run the command