Japan 10-Year Government Bond Yield: History Since 1989
Japan 10-year government bond (JGB) yield history, monthly, in percent — OECD via FRED since 1989. Covers deflation, ZIRP, Yield Curve Control, and the 2023-2026 YCC exit. CSV and Excel, free.
The 10-year Japanese Government Bond (JGB) yield is the clearest single read on three decades of deflation and ultra-loose monetary policy, and now on Japan’s tentative exit from it. This dataset tracks the OECD benchmark 10-year government bond yield for Japan, in percent per year, distributed via FRED under the code IRLTLT01JPM156N, with monthly coverage since 1989.
Dataset: Japan 10-Year Government Bond Yield (1989–2026) · Updated 2026-04-01
Loading FRED data…
Source: OECD Main Economic Indicators · long-term interest rates (via FRED)
Macro Takeaway
The JGB 10-year yield is the laboratory of unconventional monetary policy: Japan pioneered zero rates, quantitative easing, negative rates, and Yield Curve Control, and the yield spent years pinned near zero by Bank of Japan buying. It is the bond-market counterpart to USD/JPY, which moves on the same BoJ-Fed policy gap.
The decisive shift is recent: as the BoJ loosened, then ended Yield Curve Control and inflation returned, JGB yields rose to multi-year highs above 2% by 2026, a regime change after decades near zero. It now sits alongside the German Bund and UK gilt as a major developed-market benchmark.
Dataset Overview
| Indicator | Japan 10-Year Government Bond Yield (1989–2026) |
|---|---|
| Unit | Percent per year (yield to maturity) |
| Geography | Japan / OECD |
| Frequency | Monthly |
| Period | 1989–2026 |
| Variables | Date, 10-year government bond yield (percent) |
| Format | CSV, Excel (XLSX) |
| Sources | OECD — Main Economic Indicators, long-term interest rates (FRED series IRLTLT01JPM156N) |
| Last updated | — |
Dataset Variables
The CSV and Excel files contain the following columns. Each row represents one month.
| Column | Type | Description |
|---|---|---|
date | Date (YYYY-MM-DD) | Observation month (first day of month) |
jgb_10y | Float | Japan 10-Year Government Bond Yield, percent per year |
Column names match the CSV headers exactly.
Download the Complete Dataset
The full dataset is available in CSV and Excel formats — monthly observations spanning 1989–2026.
FRED Direct CSV Access
The underlying data is published in the Federal Reserve Economic Data (FRED) database under the series code IRLTLT01JPM156N, sourced from the OECD’s long-term interest rate statistics:
https://fred.stlouisfed.org/graph/fredgraph.csv?id=IRLTLT01JPM156N
The Eco3min dataset mirrors the same monthly series, packaged in a stable, versionable CSV with consistent column names — designed for direct ingestion in Python, R, or any data pipeline. The URL never changes, making it suitable for automated scripts.
Direct CSV Access — Eco3min Structured Dataset
https://eco3min.fr/dataset/japan-10y-government-bond-yield.csv
This URL returns the complete dataset in CSV format. It can be used directly in pandas, R, curl, or any data tool.
Using the Dataset in Python
import pandas as pd url = "https://eco3min.fr/dataset/japan-10y-government-bond-yield.csv" df = pd.read_csv(url, parse_dates=["date"]) print(df.head()) print(df["jgb_10y"].describe()) df.plot(x="date", y="jgb_10y", title="JGB 10-year yield", legend=False)
Using the Dataset in R
library(readr) url <- "https://eco3min.fr/dataset/japan-10y-government-bond-yield.csv" df <- read_csv(url) head(df) summary(df$jgb_10y)
Both examples load the dataset directly from the URL — no download or API key required.
Methodology
This is the OECD harmonised long-term interest rate for Japan, the yield on benchmark 10-year Japanese government bonds.
The figure is the yield to maturity on a benchmark 10-year government bond, expressed in percent per year, reported monthly. The series begins in 1989. This question is examined in how bond duration works.
This dataset is updated via an automated pull from the FRED API (series IRLTLT01JPM156N) by an Eco3min pipeline running on GitHub Actions, which regenerates the cleaned CSV and Excel files and refreshes the page metadata.
Data Quality & Provider Notes
The OECD long-term interest rate series are a standard cross-country reference for 10-year government bond yields. A few points matter when using this series.
- Benchmark, not a single bond. The yield refers to a representative 10-year maturity, not one fixed bond, so the underlying security rolls over time.
- Monthly average. This is a monthly figure and will differ from any single day’s closing yield; intra-month extremes are smoothed.
- Yield, not total return. The series is a yield level. It is not the total return an investor earned, which also depends on price changes and coupons.
- Cross-country comparability. The OECD harmonises definitions, but national market conventions still differ slightly between countries.
Common Pitfalls When Using This Series
- Confusing yield with price. A bond yield moves inversely to its price: when the yield rises, the price of existing bonds falls, and vice versa. A rising line here means bonds got cheaper, not more expensive.
- Confusing a market yield with a policy rate. This is a market-determined bond yield, not the central bank’s policy rate. The two can move in opposite directions when markets price in future policy.
- Confusing nominal and real yields. This series is a nominal yield. Subtracting expected inflation gives the real yield, which is what matters for valuation.
Historical Regimes
1989–1998 — Bubble burst and deflation. After Japan’s asset bubble burst, yields fell steadily as deflation set in.
1999–2012 — ZIRP and QE. The BoJ pioneered zero rates and quantitative easing; the 10-year yield drifted toward 1% or below.
2013–2015 — Abenomics and QQE. Massive BoJ asset purchases pushed yields lower still.
2016–2022 — Negative rates and YCC. The BoJ adopted negative rates in 2016 and Yield Curve Control, pinning the 10-year near zero.
2023–2026 — YCC exit. As the BoJ loosened then ended Yield Curve Control and inflation returned, JGB yields rose to multi-year highs above 2%.
Related Macroeconomic Datasets
- Germany 10Y Bund Yield — the euro-area safe asset
- UK 10Y Gilt Yield — the gilt benchmark
- USD/JPY Exchange Rate — the yen, which tracks the BoJ-Fed gap
- EUR/USD Exchange Rate — the euro
- GBP/USD Exchange Rate — sterling
Developed Markets (ex-US) Hub
This dataset is part of the Eco3min repository of exchange rates, government bond yields, and policy rates for the major developed economies outside the United States, all sourced from the OECD and national authorities via FRED.
Explore the Developed Markets (ex-US) Hub
Sources
- OECD — Main Economic Indicators, long-term interest rates (Japan 10-Year Government Bond Yield)
- Federal Reserve Bank of St. Louis — FRED database, series IRLTLT01JPM156N
- OECD long-term interest rates, Japan — basis underlying the FRED series
Dataset Reference
Last updated — 3 June 2026
Disclaimer – Financial Information: The analyses, commentary, and content published on eco3min.fr are provided for informational and educational purposes only. They do not constitute investment advice or a solicitation to buy or sell financial instruments. Past performance is not indicative of future results. All investment decisions involve risk and are the sole responsibility of the reader.
