Build a Python process that gets data from the European Central Banks’ currency rates exchange service, at the next address: https://sdw-wsrest.ecb.europa.eu/help/
Here's instruction for running script._
-
Move to the working directory, install and activate your virtualenv`
cd /project_path
python -m venv yourVenvName
source yourVenvName/bin/activate
-
Install requirements`
pip install -r requirements.txt
-
Run script`
python ecb.py
- from_currencies - list
- to_currencies - list
- from_date - date
- to_date - date
- with_euro - boolean
- format - string, ( 'json' or 'csv' )