France 10-Year OAT Yield (Monthly) was last reported at 4.00 percent as of August 1, 2026. That is up 3.90% from the prior reading of 3.85 percent. This indicator is reported Monthly and not seasonally adjusted, and is tracked under the International category.
| Date | Value (percent) |
|---|---|
| Aug 2026 | 4.00 |
| Jul 2026 | 3.85 |
| Jun 2026 | 3.68 |
| May 2026 | 3.74 |
| Apr 2026 | 3.73 |
| Mar 2026 | 3.64 |
| Feb 2026 | 3.40 |
| Jan 2026 | 3.53 |
| Dec 2025 | 3.56 |
| Nov 2025 | 3.44 |
| Date | Value (percent) |
|---|---|
| Oct 2025 | 3.44 |
| Sep 2025 | 3.51 |
| Aug 2025 | 3.42 |
| Jul 2025 | 3.36 |
| Jun 2025 | 3.24 |
| May 2025 | 3.26 |
| Apr 2025 | 3.26 |
| Mar 2025 | 3.43 |
| Feb 2025 | 3.15 |
| Jan 2025 | 3.32 |
Pull the full history of France 10-Year OAT 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=FRGOVT10Y&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "FRGOVT10Y", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=FRGOVT10Y&period=max&api_key=YOUR_API_KEY");
const data = await res.json();