Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/OSUKED/ETS-Watch
- Owner: OSUKED
- Created: 2020-12-08T18:06:18.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-11T01:42:34.000Z (5 months ago)
- Last Synced: 2024-06-11T16:05:20.233Z (5 months ago)
- Topics: eu-ets-market, git-scraping
- Language: Python
- Homepage: https://OSUKED.github.io/ETS-Watch/
- Size: 29.7 MB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- open-sustainable-technology - ETS-Watch - Provides a Python client for retrieving the latest data on the EU Emissions Trading System market and its participants. (Emissions / Carbon Offsets and Trading)
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)