Thanks to visit codestin.com
Credit goes to github.com

Skip to content

siddharthdb/currency-exchange-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Currency Exchange Rates API

Currency Exchnage Rates API is a free service for current and historical foreign exchange rates published by the European Central Bank.

Local Installation and Execution steps

  • Run pipenv shell
  • Run pipenv run

Lates & specific date rates

Get the latest foreign exchange rates.

GET /latest

Get historical rates other than latest..

GET /2020-08-26

Rates are quoted against the Euro by default. Quote against a different currency by setting the base parameter in your request.

GET /latest?base=USD

Get exchange rate using a different base currency

GET /2020-08-26?base=USD

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages