get https://app.indexexchange.com/api/cal/v1/exchange-rates
Returns all currencies and daily exchange rates used in the last 14 days. You can choose to filter to only see the exchange rate for a particular day and currency.
Response values
Parameter | Type | Description |
---|---|---|
base | string | Provides the base currency, for example "USD". |
currency | string | Provides the currency to which base currency is converted, for example "CAD". |
date | string | Provides the date for the exchange rate, for example "2019-05-17". |
rate | float | Provides the exchange rate used for conversion, for example 1.34. |
rates | object | Provides an object that contains the currency and exchange rate for the given date. |