Germany 10-Year Bund Yield (Monthly) was last reported at 3.18 percent as of August 1, 2026. That is up 3.57% from the prior reading of 3.07 percent. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the International category.
| Date | Value (percent) |
|---|---|
| Aug 2026 | 3.18 |
| Jul 2026 | 3.07 |
| Jun 2026 | 2.96 |
| May 2026 | 3.05 |
| Apr 2026 | 3.00 |
| Mar 2026 | 2.91 |
| Feb 2026 | 2.75 |
| Jan 2026 | 2.81 |
| Dec 2025 | 2.81 |
| Nov 2025 | 2.66 |
| Date | Value (percent) |
|---|---|
| Oct 2025 | 2.62 |
| Sep 2025 | 2.69 |
| Aug 2025 | 2.67 |
| Jul 2025 | 2.63 |
| Jun 2025 | 2.52 |
| May 2025 | 2.56 |
| Apr 2025 | 2.51 |
| Mar 2025 | 2.74 |
| Feb 2025 | 2.41 |
| Jan 2025 | 2.48 |
Pull the full history of Germany 10-Year Bund 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=DEBUND10Y&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "DEBUND10Y", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=DEBUND10Y&period=max&api_key=YOUR_API_KEY");
const data = await res.json();