cURL
curl --request GET \ --url https://api.example.com/api/economic/v1/get-bis-exchange-rates
{ "rates": [ { "countryCode": "<string>", "countryName": "<string>", "realEer": 123, "nominalEer": 123, "realChange": 123, "date": "<string>" } ] }
GetBisExchangeRates retrieves effective exchange rates from BIS.
Successful response
GetBisExchangeRatesResponse contains BIS effective exchange rate data.
Show child attributes
Was this page helpful?