China Credit-to-GDP Gap was last reported at -5.1 percent of GDP as of January 1, 2026. That is down 33.13% from the prior reading of -7.7 percent of GDP. This indicator is reported Quarterly, and is tracked under the International category.
| Date | Value (percent of GDP) |
|---|---|
| 2026 Q1 | -5.1 |
| 2025 Q4 | -7.7 |
| 2025 Q3 | -6.4 |
| 2025 Q2 | -5.3 |
| 2025 Q1 | -4.4 |
| 2024 Q4 | -7.6 |
| 2024 Q3 | -5.9 |
| 2024 Q2 | -5.6 |
| 2024 Q1 | -5.0 |
| 2023 Q4 | -9.3 |
| Date | Value (percent of GDP) |
|---|---|
| 2023 Q3 | -7.7 |
| 2023 Q2 | -7.5 |
| 2023 Q1 | -7.0 |
| 2022 Q4 | -12.2 |
| 2022 Q3 | -11.3 |
| 2022 Q2 | -11.1 |
| 2022 Q1 | -12.2 |
| 2021 Q4 | -14.7 |
| 2021 Q3 | -11.2 |
| 2021 Q2 | -8.5 |
Pull the full history of China Credit-to-GDP Gap into your own models, spreadsheets and apps with the
free Business Quant Economic Data API. Swap YOUR_API_KEY for your own key.
https://data.businessquant.com/economic?code=CNCREDITGAP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CNCREDITGAP", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CNCREDITGAP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();