cURL
curl --request GET \ --url https://api.example.com/api/economic/v1/get-bis-credit
{ "entries": [ { "countryCode": "<string>", "countryName": "<string>", "creditGdpRatio": 123, "previousRatio": 123, "date": "<string>" } ] }
GetBisCredit retrieves credit-to-GDP ratio data from BIS.
Successful response
GetBisCreditResponse contains BIS credit-to-GDP data.
Show child attributes
Was this page helpful?