France Real GDP was last reported at 597,204 EUR Million as of April 1, 2026. That is up 0.04% from the prior reading of 596,992 EUR Million. This indicator is reported Quarterly and seasonally adjusted, and is tracked under the International category. The next scheduled release is October 20, 2026.
| Date | Value (EUR Million) |
|---|---|
| 2026 Q2 | 597,204 |
| 2026 Q1 | 596,992 |
| 2025 Q4 | 598,068 |
| 2025 Q3 | 596,500 |
| 2025 Q2 | 593,983 |
| 2025 Q1 | 592,585 |
| 2024 Q4 | 591,589 |
| 2024 Q3 | 591,659 |
| 2024 Q2 | 589,097 |
| 2024 Q1 | 587,797 |
| Date | Value (EUR Million) |
|---|---|
| 2023 Q4 | 586,362 |
| 2023 Q3 | 583,420 |
| 2023 Q2 | 581,286 |
| 2023 Q1 | 575,925 |
| 2022 Q4 | 575,098 |
| 2022 Q3 | 572,786 |
| 2022 Q2 | 569,897 |
| 2022 Q1 | 567,649 |
| 2021 Q4 | 567,728 |
| 2021 Q3 | 564,836 |
Pull the full history of France Real GDP 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=FRGDP&period=max&api_key=YOUR_API_KEY
import requests
url = "https://data.businessquant.com/economic"
params = {"code": "FRGDP", "period": "max", "api_key": "YOUR_API_KEY"}
data = requests.get(url, params=params).json()
const res = await fetch("https://data.businessquant.com/economic?code=FRGDP&period=max&api_key=YOUR_API_KEY");
const data = await res.json();