China Holdings of US Treasuries was last reported at 618.0 USD Billion as of July 1, 2026. That is down 2.43% from the prior reading of 633.4 USD Billion. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the International category.
| Date | Value (USD Billion) |
|---|---|
| Jul 2026 | 618.0 |
| Jun 2026 | 633.4 |
| May 2026 | 659.3 |
| Apr 2026 | 651.1 |
| Mar 2026 | 653.3 |
| Feb 2026 | 694.2 |
| Jan 2026 | 695.3 |
| Dec 2025 | 684.4 |
| Nov 2025 | 683.9 |
| Oct 2025 | 687.7 |
| Date | Value (USD Billion) |
|---|---|
| Sep 2025 | 699.2 |
| Aug 2025 | 699.7 |
| Jul 2025 | 695.6 |
| Jun 2025 | 731.4 |
| May 2025 | 732.7 |
| Apr 2025 | 743.6 |
| Mar 2025 | 765.4 |
| Feb 2025 | 784.3 |
| Jan 2025 | 760.8 |
| Dec 2024 | 759.0 |
Pull the full history of China 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=CNUSTHOLDINGS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "CNUSTHOLDINGS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=CNUSTHOLDINGS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();