Total Foreign Holdings of US Treasuries (Monthly) was last reported at 9,248.1 USD Billion as of July 1, 2026. That is down 0.54% from the prior reading of 9,298.5 USD Billion. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the International category.
| Date | Value (USD Billion) |
|---|---|
| Jul 2026 | 9,248.1 |
| Jun 2026 | 9,298.5 |
| May 2026 | 9,368.5 |
| Apr 2026 | 9,350.1 |
| Mar 2026 | 9,352.4 |
| Feb 2026 | 9,487.3 |
| Jan 2026 | 9,289.1 |
| Dec 2025 | 9,269.5 |
| Nov 2025 | 9,349.6 |
| Oct 2025 | 9,230.5 |
| Date | Value (USD Billion) |
|---|---|
| Sep 2025 | 9,237.5 |
| Aug 2025 | 9,248.2 |
| Jul 2025 | 9,109.5 |
| Jun 2025 | 9,093.6 |
| May 2025 | 9,021.7 |
| Apr 2025 | 8,998.7 |
| Mar 2025 | 9,052.0 |
| Feb 2025 | 8,899.3 |
| Jan 2025 | 8,617.8 |
| Dec 2024 | 8,620.8 |
Pull the full history of Total Foreign Holdings of US Treasuries (Monthly) 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=WLDUSTHOLDINGS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "WLDUSTHOLDINGS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=WLDUSTHOLDINGS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();