Currency Ratio Service
getAllCurrencyRatio
Retrieve a single currency exchange rate.
get/currencyratio/v1/getAllCurrencyRatio
Query parameters
fromCurrencyCodestring
The alternate currency code.
toCurrencyCodestring
The base currency code.
includeNullboolean
Specify 'true' to output null data elements.
Headers
authenticationtokenstring required
Secure token for API authentication.
passwordstring required
Password for the Crunchtime Application User.
sitenamestring required
Crunchtime site identifier. (test or production)
useridstring required
User ID for the Crunchtime Application User.
X-B3-TraceIdstring
Optional trace identifier for troubleshooting.
Response
Success
Example response
[
{
"currencyRatioDetailDetails": [
{
"exchangeRate": 32.9,
"fromCurrencyCode": "USD",
"toCurrencyCode": "EUR"
}
]
}
]