Skip to main content
GET
/
api
/
economic
/
v1
/
get-bis-exchange-rates
GetBisExchangeRates
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>"
    }
  ]
}

Response

Successful response

GetBisExchangeRatesResponse contains BIS effective exchange rate data.

rates
object[]