US Credit-to-GDP Gap was last reported at -11.3 percent of GDP as of January 1, 2026. That is down 2.29% from the prior reading of -11.6 percent of GDP. This indicator is reported Quarterly, and is tracked under the Credit category.
| Date | Value (percent of GDP) |
|---|---|
| 2026 Q1 | -11.3 |
| 2025 Q4 | -11.6 |
| 2025 Q3 | -12.0 |
| 2025 Q2 | -12.4 |
| 2025 Q1 | -12.6 |
| 2024 Q4 | -12.5 |
| 2024 Q3 | -11.2 |
| 2024 Q2 | -11.3 |
| 2024 Q1 | -11.0 |
| 2023 Q4 | -10.6 |
| Date | Value (percent of GDP) |
|---|---|
| 2023 Q3 | -9.8 |
| 2023 Q2 | -8.7 |
| 2023 Q1 | -7.6 |
| 2022 Q4 | -6.2 |
| 2022 Q3 | -4.9 |
| 2022 Q2 | -3.3 |
| 2022 Q1 | -2.2 |
| 2021 Q4 | -1.0 |
| 2021 Q3 | 0.4 |
| 2021 Q2 | 2.3 |
Pull the full history of US 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=USCREDITGAP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USCREDITGAP", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USCREDITGAP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();