Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/OSUKED/ETS-Watch

Python client for retrieving the latest data on the EU ETS market and its participants
https://github.com/OSUKED/ETS-Watch

eu-ets-market git-scraping

Last synced: 3 months ago
JSON representation

Python client for retrieving the latest data on the EU ETS market and its participants

Awesome Lists containing this project

README

        

# ETS Watch

> `etswatch` provides a Python client for retrieving the latest data on the EU ETS market and its participants

Last updated: 2024-06-13 01:41


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.cli download-all-accounts-data`

N.b. this will create a sub-directory called `data` in the directory that you run the command


### Long-Term Average Price

![Long-term average](https://github.com/OSUKED/ETS-Watch/raw/master/img/long_term_avg.png)


### Candle-Stick Chart for Last 8-Weeks

![Open, High, Low, Close & Volume](https://github.com/OSUKED/ETS-Watch/raw/master/img/ohlc_vol.png)