API Docs

__METHOD= GET . __PATH= /almaws/v1/acq/currencies .

Retrieve currencies

This API returns a list of Currencies or a Currency and Exchange Rate.

Resource URL

GET /almaws/v1/acq/currencies

API Description

URL Parameters

None

Querystring Parameters

ParameterTypeRequiredDescription
limitxs:intOptional. Default: 10Limits the number of results. Optional. Valid values are 0-100. Default value: 10.
offsetxs:intOptional. Default: 0Offset of the results returned. Optional. Default value: 0, which means that the first results will be returned.
modexs:stringOptional. Default: ALLThe mode for currency display. May be ALL, Subset or Ratio. ALL by default.
source_currencyxs:stringRequiredSource currency ID. Applies only to Ratio mode and is optional.
target_currencyxs:stringRequiredTarget currency ID. Applies only to Ratio mode and is optional.
exchange_datexs:stringRequiredThe exchange date. Applies only to Ratio mode and is required. Format YYYYMMDD

Body Parameters

None

Output

This method returns a Currencies object. See doc

Possible Error Codes

CodeMessage
40166410A currency parameter is not valid.
401666A parameter is not valid.
60348The exchange rate cannot be determined.