Skip to content

david-kocharyan/ecb-exchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

ECB Currency Exchange Rate

About The Project

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/

Installation

Here's instruction for running script._

  1. Move to the working directory, install and activate your virtualenv`

     cd /project_path 
     python -m venv yourVenvName
     source yourVenvName/bin/activate
  2. Install requirements`

     pip install -r requirements.txt
  3. Run script`

     python ecb.py

Other information

  • from_currencies - list
  • to_currencies - list
  • from_date - date
  • to_date - date
  • with_euro - boolean
  • format - string, ( 'json' or 'csv' )

Back to top

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages