API backend for currency data of the European Central Bank
Use the dockerfile to create the container. Neede environment variable DbString as "server=IPorHostname;database=dbName;uid=userName;pwd=userPassword"
There are currently 3 available endpoints which are: Latest:
GET /latestSpecific date:
GET /2018-03-26Get historical rates for a time period:
GET /history?start_at=2018-01-01&end_at=2018-09-01Base:
GET /latest?Base=USDsymbols:
GET /latest?symbols=USD,HKD&Base=INR