Python web scraper to download day-ahead market hourly prices in Spain from OMIE Market Operator website https://www.omie.es/
You can download data for a specific day or for a date range.
The data are stored in a CSV file.
- Download data for a specific day
py run.py -d 01/01/2022
- Download data for a date range
py run.py -d 01/01/2022 31/01/2022
Using SemVer