Foreign Holdings of US Treasuries was last reported at 9,270.9 Bil. of $ as of October 1, 2025. That is up 0.40% from the prior reading of 9,234.4 Bil. of $. This indicator is reported Quarterly, End of Period and not seasonally adjusted, and is tracked under the Fiscal category.
| Date | Value (Bil. of $) |
|---|---|
| 2025 Q4 | 9,270.9 |
| 2025 Q3 | 9,234.4 |
| 2025 Q2 | 9,090.3 |
| 2025 Q1 | 9,054.2 |
| 2024 Q4 | 8,619.3 |
| 2024 Q3 | 8,766.3 |
| 2024 Q2 | 8,299.3 |
| 2024 Q1 | 8,107.9 |
| 2023 Q4 | 7,940.0 |
| 2023 Q3 | 7,509.1 |
| Date | Value (Bil. of $) |
|---|---|
| 2023 Q2 | 7,563.2 |
| 2023 Q1 | 7,468.6 |
| 2022 Q4 | 7,194.7 |
| 2022 Q3 | 7,251.5 |
| 2022 Q2 | 7,416.9 |
| 2022 Q1 | 7,604.2 |
| 2021 Q4 | 7,740.4 |
| 2021 Q3 | 7,570.9 |
| 2021 Q2 | 7,518.9 |
| 2021 Q1 | 7,038.3 |
Pull the full history of Foreign 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=USDEBTFOREIGN&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "USDEBTFOREIGN", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=USDEBTFOREIGN&period=max&api_key=YOUR_API_KEY");
const data = await res.json();