Japan Credit-to-GDP Gap was last reported at 5.7 percent of GDP as of January 1, 2026. That is down 3.45% from the prior reading of 5.9 percent of GDP. This indicator is reported Quarterly, and is tracked under the International category.
| Date | Value (percent of GDP) |
|---|---|
| 2026 Q1 | 5.7 |
| 2025 Q4 | 5.9 |
| 2025 Q3 | 4.2 |
| 2025 Q2 | 3.3 |
| 2025 Q1 | 4.6 |
| 2024 Q4 | 7.2 |
| 2024 Q3 | 6.7 |
| 2024 Q2 | 9.4 |
| 2024 Q1 | 10.4 |
| 2023 Q4 | 10.9 |
| Date | Value (percent of GDP) |
|---|---|
| 2023 Q3 | 12.1 |
| 2023 Q2 | 13.7 |
| 2023 Q1 | 15.8 |
| 2022 Q4 | 18.3 |
| 2022 Q3 | 18.9 |
| 2022 Q2 | 19.9 |
| 2022 Q1 | 20.1 |
| 2021 Q4 | 21.3 |
| 2021 Q3 | 21.4 |
| 2021 Q2 | 23.0 |
Pull the full history of Japan 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=JPCREDITGAP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "JPCREDITGAP", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=JPCREDITGAP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();