Currency Exchange Rate
Obtains the exchange rates of the currency pair.
GET /iserver/exchangerate
Request Object
Query Params
Source: String. Required
Specify the base currency to request data for.
Valid Structure: “AUD”
Target: String. Required
Specify the quote currency to request data for.
Valid Structure: “USD”
Python
Abap
Response Object
rate: float.
Returns the exchange rate for the currency pair.

