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

Response

Successful response

GetBisCreditResponse contains BIS credit-to-GDP data.

entries
object[]