v3

latestSwagger 2.02026-08-067506752.0 MB
exchange-rate

Return the exchange rates on a particular date

get/v1/org/{orgId}/exchange-rate/{date}

Path parameters

orgIdstring required

Org identifier (either id or slug)

datestring date required

Date to use

Response

successful operation

idstring required

globally unique id

orgIdstring

org id, if an org-specific exchange rate is in use

datestring date required

date

currencystring required

base currency

ratesobject required

exchange rates, per currency - the multiplier to convert the base currency into the foreign currency

updateAtstring

updated timestamp

Example response

{
  "id": "588f7ee98f138b19220041a7",
  "orgId": "588f7ee98f138b19220041a7",
  "updateAt": "2017-01-24T13:57:52Z"
}