Skip to content

Latest commit

 

History

History
31 lines (28 loc) · 651 Bytes

File metadata and controls

31 lines (28 loc) · 651 Bytes

ExchangeRateAPI

API backend for currency data of the European Central Bank

How to setup with docker

Use the dockerfile to create the container. Neede environment variable DbString as "server=IPorHostname;database=dbName;uid=userName;pwd=userPassword"

Endpoints

There are currently 3 available endpoints which are: Latest:

GET /latest

Specific date:

GET /2018-03-26

Get historical rates for a time period:

GET /history?start_at=2018-01-01&end_at=2018-09-01

Every endpoint supports following parameters:

Base:

GET /latest?Base=USD

symbols:

GET /latest?symbols=USD,HKD&Base=INR