France Real GDP: Quarterly Chain-Linked Volume Since 1949
The France real GDP series here is total gross domestic product in chain-linked volumes at previous-year prices, seasonally and working-day adjusted, from INSEE’s quarterly national accounts on base 2020 — 310 quarterly observations from the first quarter of 1949 to the second quarter of 2026. Chain-linking means each quarter is valued at the prior year’s prices and the results spliced, which removes the distortion a fixed base year introduces over seventy-seven years.
Dataset: France Real GDP — chain-linked volume (1949–2026) · Updated 2026-04-01
Source: INSEE · quarterly national accounts base 2020, total GDP, chain-linked volumes, SA-WDA
Macro Takeaway
The level series makes visible what growth rates hide: the French economy is 9.5 times larger in volume than in 1949, and almost the entire multiple was built before 1990. Real GDP went from 69,933 to 388,973 million euros between 1949 and 1990, then took another thirty-six years to reach 665,948 million — a slope that flattens rather than breaks.
The two modern shocks are also of a completely different nature at this scale. The financial crisis cost 3.9% between the first quarter of 2008 and the second quarter of 2009, and recovery took years. The first lockdown cost 16.6% in a single quarter, from the fourth quarter of 2019 to the second quarter of 2020, and was recovered by the fourth quarter of 2021. The deeper shock was the shorter one, which is the argument for treating 2020 as an interruption of activity rather than a business-cycle recession.
Dataset Overview
| Indicator | France Real GDP — chain-linked volume (1949–2026) |
|---|---|
| Geography | France |
| Frequency | Quarterly |
| Period | Q1 1949 – Q2 2026 (310 observations) |
| Variables | date, gdp_volume |
| Format | CSV, Excel (XLSX), JSON |
| Sources | INSEE — quarterly national accounts, base 2020, chain-linked volumes, SA-WDA |
| Last updated | 2026-04-01 |
Dataset Variables
The CSV, Excel and JSON files contain the following columns.
| Column | Type | Description |
|---|---|---|
date | Date (YYYY-MM-DD) | First day of the reference quarter |
gdp_volume | Float | Total gross domestic product, chain-linked volume at previous-year prices, seasonally and working-day adjusted, in millions of euros |
Column names match the CSV headers exactly.
Download the Complete Dataset
The full France real GDP series is available in CSV and Excel formats.
Direct Data Access
INSEE publishes the quarterly accounts in its BDM database, split across successive base years. The Eco3min structured dataset returns the base 2020 series in one file:
Direct CSV Access — Eco3min Structured Dataset
https://eco3min.fr/dataset/fr/fr-gdp-volume.csv
This URL returns the complete dataset in CSV format. It can be used directly in pandas, R, curl, or any data tool. JSON and XLSX are available at the same path with the corresponding extension.
Using the Dataset in Python
import pandas as pd url = "https://eco3min.fr/dataset/fr/fr-gdp-volume.csv" df = pd.read_csv(url, parse_dates=["date"]) print(df.head()) print(df["gdp_volume"].describe())
Using the Dataset in R
library(readr) url <- "https://eco3min.fr/dataset/fr/fr-gdp-volume.csv" df <- read_csv(url) head(df) summary(df$gdp_volume)
Both examples load the dataset directly from the URL — no download or API key required.
Methodology
The series is retrieved daily by an Eco3min pipeline from INSEE’s BDM time-series database. INSEE publishes a first estimate about thirty days after the end of the reference quarter, a detailed estimate at around fifty-five days, and revises earlier quarters at each release. Thirty days, then fifty-five: those two deadlines set the rhythm of INSEE’s quarterly national accounts releases, well behind the monthly indices.
One caveat on comparability across long horizons. Chain-linked volumes are not additive: the sum of components does not equal the total, and levels expressed at previous-year prices should not be read as constant-euro amounts of any single year. The series is designed for measuring growth and drawdowns, not for converting 1949 output into 2026 purchasing power.
Historical Regimes
- 1949–1974 — the post-war expansion. Real GDP rises from 69,933 to roughly 250,000 million euros in twenty-five years. This is the only period in the series where the level roughly triples within a generation.
- 1975–1990 — the slowdown. From 257,100 to 388,973 million. Growth continues but the slope visibly flattens after the first oil shock, and unemployment rises alongside it.
- 1991–2007 — the long moderation. A steady climb to roughly 565,000 million by early 2008, with the 1993 recession the only visible interruption.
- 2008–2009 — the financial crisis. A 3.9% contraction from 565,800 to 543,500 million between the first quarter of 2008 and the second quarter of 2009. Recovery to the pre-crisis level took until 2011.
- 2020 — the lockdown. A 16.6% fall in two quarters, from 625,500 to 521,600 million — by far the deepest drop in the series, and the shortest. The pre-pandemic level was regained by the fourth quarter of 2021.
- 2022–2026 — slow expansion. From 632,000 to 665,948 million in eighteen quarters, a pace closer to the 2010s than to any earlier decade.
Related Macroeconomic Datasets
- US Real GDP Level — the American comparison in level terms
- Euro Area GDP — France set against the monetary union
- France Unemployment Rate — the labour side of the same cycle
- US GDP Growth Rate — the rate view of the same object
Related Research
Macroeconomic Dataset Hub
This dataset is part of the Eco3min macro-financial data repository.
Explore the Eco3min Dataset Hub
Sources
- INSEE — quarterly national accounts, base 2020, total GDP in chain-linked volumes at previous-year prices, seasonally and working-day adjusted. Dataset CNT-2020-PIB-EQB-RF, retrieved from the INSEE BDM time-series database.
- Reuse: INSEE public statistics may be reused, including commercially, subject to acknowledgement of the source and preservation of the integrity of the information.
Dataset Reference
Last updated — 21 August 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.
