Japan 10-Year JGB Yield (Monthly) was last reported at 2.940 percent as of August 1, 2026. That is up 5.38% from the prior reading of 2.790 percent. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the International category.
| Date | Value (percent) |
|---|---|
| Aug 2026 | 2.940 |
| Jul 2026 | 2.790 |
| Jun 2026 | 2.670 |
| May 2026 | 2.650 |
| Apr 2026 | 2.515 |
| Mar 2026 | 2.345 |
| Feb 2026 | 2.110 |
| Jan 2026 | 2.240 |
| Dec 2025 | 2.060 |
| Nov 2025 | 1.805 |
| Date | Value (percent) |
|---|---|
| Oct 2025 | 1.655 |
| Sep 2025 | 1.645 |
| Aug 2025 | 1.600 |
| Jul 2025 | 1.545 |
| Jun 2025 | 1.420 |
| May 2025 | 1.500 |
| Apr 2025 | 1.310 |
| Mar 2025 | 1.485 |
| Feb 2025 | 1.370 |
| Jan 2025 | 1.245 |
Pull the full history of Japan 10-Year JGB Yield (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=JPJGB10Y&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "JPJGB10Y", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=JPJGB10Y&period=max&api_key=YOUR_API_KEY");
const data = await res.json();