CurrenciesService
The following operations are supported. For a formal definition, please review the Service Description.
-
GetCurrencyConversionRates
Gets the latest conversion rates of a currency.
Parameters:- referenceCurrencyIsoCode : ISO 4217 (three-letters) currency code. The currency for which to retrieve conversion rates
- licenseInfos: license informations for granting acces to the service
Return: A structure containing the update date and and list of pair CurrencyIsoCode/Rate -
GetMultiDateCurrencyConversionRates
Gets the latest conversion rates of a currency.
Parameters:- referenceCurrencyIsoCode : ISO 4217 (three-letters) currency code. The currency for which to retrieve conversion rates
- Period: The start date
- licenseInfos: license informations for granting acces to the service
Return: A list of structure containing the update date and and list of pair CurrencyIsoCode/Rate. If a date has no rates, the conversion rates member will be null