Japan Holdings of US Treasuries was last reported at 1,103.9 USD Billion as of July 1, 2026. That is down 1.15% from the prior reading of 1,116.7 USD Billion. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the International category.
| Date | Value (USD Billion) |
|---|---|
| Jul 2026 | 1,103.9 |
| Jun 2026 | 1,116.7 |
| May 2026 | 1,143.1 |
| Apr 2026 | 1,209.9 |
| Mar 2026 | 1,191.6 |
| Feb 2026 | 1,239.3 |
| Jan 2026 | 1,225.3 |
| Dec 2025 | 1,185.5 |
| Nov 2025 | 1,202.7 |
| Oct 2025 | 1,200.0 |
| Date | Value (USD Billion) |
|---|---|
| Sep 2025 | 1,189.3 |
| Aug 2025 | 1,183.9 |
| Jul 2025 | 1,155.4 |
| Jun 2025 | 1,154.8 |
| May 2025 | 1,142.8 |
| Apr 2025 | 1,140.9 |
| Mar 2025 | 1,135.1 |
| Feb 2025 | 1,130.3 |
| Jan 2025 | 1,079.3 |
| Dec 2024 | 1,061.5 |
Pull the full history of Japan 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=JPUSTHOLDINGS&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "JPUSTHOLDINGS", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=JPUSTHOLDINGS&period=max&api_key=YOUR_API_KEY");
const data = await res.json();