cURL
curl --request GET \ --url https://api.example.com/api/economic/v1/get-bis-policy-rates
{ "rates": [ { "countryCode": "<string>", "countryName": "<string>", "rate": 123, "previousRate": 123, "date": "<string>", "centralBank": "<string>" } ] }
GetBisPolicyRates retrieves central bank policy rates from BIS.
Successful response
GetBisPolicyRatesResponse contains BIS policy rate data.
Show child attributes
Was this page helpful?