Italy 10-Year BTP Yield (Monthly) was last reported at 3.99 percent as of August 1, 2026. That is up 2.71% from the prior reading of 3.88 percent. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the International category.
| Date | Value (percent) |
|---|---|
| Aug 2026 | 3.99 |
| Jul 2026 | 3.88 |
| Jun 2026 | 3.73 |
| May 2026 | 3.84 |
| Apr 2026 | 3.82 |
| Mar 2026 | 3.73 |
| Feb 2026 | 3.39 |
| Jan 2026 | 3.49 |
| Dec 2025 | 3.55 |
| Nov 2025 | 3.46 |
| Date | Value (percent) |
|---|---|
| Oct 2025 | 3.44 |
| Sep 2025 | 3.56 |
| Aug 2025 | 3.54 |
| Jul 2025 | 3.54 |
| Jun 2025 | 3.50 |
| May 2025 | 3.63 |
| Apr 2025 | 3.71 |
| Mar 2025 | 3.89 |
| Feb 2025 | 3.58 |
| Jan 2025 | 3.68 |
Pull the full history of Italy 10-Year BTP 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=ITBTP10Y&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "ITBTP10Y", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=ITBTP10Y&period=max&api_key=YOUR_API_KEY");
const data = await res.json();