Foreign Official Holdings of US Treasuries was last reported at 3,773.1 USD Billion as of July 1, 2026. That is down 0.13% from the prior reading of 3,778.1 USD Billion. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the International category.
| Date | Value (USD Billion) |
|---|---|
| Jul 2026 | 3,773.1 |
| Jun 2026 | 3,778.1 |
| May 2026 | 3,845.9 |
| Apr 2026 | 3,904.5 |
| Mar 2026 | 3,903.0 |
| Feb 2026 | 4,009.6 |
| Jan 2026 | 3,941.8 |
| Dec 2025 | 3,877.7 |
| Nov 2025 | 3,912.3 |
| Oct 2025 | 3,866.4 |
| Date | Value (USD Billion) |
|---|---|
| Sep 2025 | 3,872.6 |
| Aug 2025 | 3,919.8 |
| Jul 2025 | 3,886.5 |
| Jun 2025 | 3,892.5 |
| May 2025 | 3,877.1 |
| Apr 2025 | 3,907.4 |
| Mar 2025 | 3,923.4 |
| Feb 2025 | 3,895.9 |
| Jan 2025 | 3,803.8 |
| Dec 2024 | 3,777.6 |
Pull the full history of Foreign Official Holdings of US Treasuries 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=WLDUSTHOLDOFFICIAL&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "WLDUSTHOLDOFFICIAL", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=WLDUSTHOLDOFFICIAL&period=max&api_key=YOUR_API_KEY");
const data = await res.json();