Intragovernmental Debt Holdings (Daily) was last reported at 7,722,148 USD Million as of September 22, 2026. That is up 0.16% from the prior reading of 7,709,927 USD Million. This indicator is reported Daily and not seasonally adjusted, and is tracked under the Fiscal category. The next scheduled release is September 25, 2026.
| Date | Value (USD Million) |
|---|---|
| Sep 22, 2026 | 7,722,148 |
| Sep 21, 2026 | 7,709,927 |
| Sep 18, 2026 | 7,699,574 |
| Sep 17, 2026 | 7,700,557 |
| Sep 16, 2026 | 7,687,727 |
| Sep 15, 2026 | 7,708,054 |
| Sep 14, 2026 | 7,695,970 |
| Sep 11, 2026 | 7,688,605 |
| Sep 10, 2026 | 7,684,309 |
| Sep 9, 2026 | 7,685,674 |
| Date | Value (USD Million) |
|---|---|
| Sep 8, 2026 | 7,696,170 |
| Sep 4, 2026 | 7,683,805 |
| Sep 3, 2026 | 7,679,329 |
| Sep 2, 2026 | 7,696,018 |
| Sep 1, 2026 | 7,691,935 |
| Aug 31, 2026 | 7,760,652 |
| Aug 28, 2026 | 7,763,409 |
| Aug 27, 2026 | 7,763,727 |
| Aug 26, 2026 | 7,763,982 |
| Aug 25, 2026 | 7,791,079 |
Pull the full history of Intragovernmental Debt Holdings (Daily) 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=USDEBTINTRAGOV&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USDEBTINTRAGOV", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USDEBTINTRAGOV&period=max&api_key=YOUR_API_KEY");
const data = await res.json();