Skip to content

siddharthdb/fx-rates-api

Repository files navigation

FX Rates API

FX 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 npm install
  • Run npm start

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published