Currency Rates

The currency_rates resource can be used to retrieve current currency conversion rates.

What can you do with currency_rates?

The FlickRocket API lets you do the following with the currency_rates resource. More detailed versions of these general actions may be available:

GET /api/currency_rates.json

Receive a list of currencies with their conversion rate to EUR. This in turn can be used to also calculate the USD conversion rate.

currency_rates Properties

currency_rates

Array of currencies with values:

{
"date": "2017-09-19T00:00:00"

Date when the currency conversion rate was most recently updated.

"rate_to_eur": 4.3949

The conversion rate of thsi currency to EUR.

"currency": "AED"

The currency identifier.

}