France Minimum Wage: Gross Hourly SMIC Since 1951

The France minimum wage series here is the gross hourly SMIC published by INSEE, month by month from January 1951 to August 2026 — 908 observations covering the SMIG, its 1970 replacement by the SMIC, and every revaluation since. The rate is set by decree, revalued at least annually and automatically whenever the consumer price index for the lowest-income households rises by 2% or more. This Eco3min dataset is the full series in a single downloadable file.

Dataset: France Minimum Wage — gross hourly SMIC (1951–2026) · Updated 2026-08-01

Latest Value
12.31 €
Aug 1, 2026
Historical Percentile
99.7th
Historically high
Historical Average
4.64 €
908 observations
Historical Range
HIGH
12.31 €
Jun 1, 2026
LOW
0.12 €
Jan 1, 1951

You have the data. Get what it means. New analyses and the live macro-regime read — only when there's something worth your time. No filler.


Loading data…

Source: INSEE · gross hourly minimum wage (SMIC), whole of France, in euros


Macro Takeaway

The French minimum wage is unusual among large economies in being indexed by statute rather than negotiated: the automatic clause triggers on inflation, and governments add discretionary boosts on top. That design makes the series a clean record of how a legally protected wage floor behaves across seventy-five years of very different inflation regimes.

It also produces a result that surprises most readers of the nominal number. The hourly SMIC rose 20.1% between January 2021 and August 2026, from 10.25 to 12.31 euros — nine revaluations in five years, an unprecedented cadence. Deflated by the consumer price index, the same period is worth just 1.7% in purchasing power. The indexation mechanism protected the floor almost exactly, and no more: eighteen of the twenty nominal points went to inflation.


Dataset Overview

IndicatorFrance Minimum Wage — gross hourly SMIC (1951–2026)
GeographyWhole of France
FrequencyMonthly
PeriodJanuary 1951 – August 2026 (908 observations)
Variablesdate, smic_hourly_gross
FormatCSV, Excel (XLSX), JSON
SourcesINSEE — gross hourly minimum wage (SMIC), whole of France
Last updated2026-08-01

Dataset Variables

The CSV, Excel and JSON files contain the following columns.

ColumnTypeDescription
dateDate (YYYY-MM-DD)First day of the reference month
smic_hourly_grossFloatGross hourly minimum wage in euros. Pre-1960 values are new francs; pre-2002 values are francs converted at the legal rate. The series carries the level in force during that month.

Column names match the CSV headers exactly.


Download the Complete Dataset

The full France minimum wage series is available in CSV and Excel formats.

You have the data. Get what it means. New analyses and the live macro-regime read — only when there's something worth your time. No filler.


Direct Data Access

INSEE publishes the current amount and a table of past revaluations, but not a continuous machine-readable series back to 1951. The Eco3min structured dataset returns the whole history:

Direct CSV Access — Eco3min Structured Dataset

https://eco3min.fr/dataset/fr/fr-smic-hourly.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-smic-hourly.csv"
df = pd.read_csv(url, parse_dates=["date"])

print(df.head())
print(df["smic_hourly_gross"].describe())

Using the Dataset in R

library(readr)

url <- "https://eco3min.fr/dataset/fr/fr-smic-hourly.csv"
df <- read_csv(url)

head(df)
summary(df$smic_hourly_gross)

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. The value is the amount in force during the reference month, so the series is a step function: it stays flat between revaluations rather than interpolating. The reference month is not the publication month, a distinction that runs through the calendar of French data releases.

One conversion note matters for reading the early part. Amounts before 2002 were set in francs and are expressed here in euros at the legal conversion rate of 6.55957 francs; amounts before the 1960 revaluation of the franc are in new francs. This is INSEE’s own presentation, not an Eco3min transformation. The 0.12 euro of January 1951 is therefore a real historical level, not an artefact.


Historical Regimes

  • 1951–1968 — the SMIG years. The floor starts at 0.12 euro per hour in January 1951 under its original name, the SMIG, indexed on prices alone. It reaches 0.46 euro by June 1968.
  • 1968–1981 — from SMIG to SMIC. The Grenelle agreements of 1968 lift the floor sharply, and the law of 2 January 1970 replaces the SMIG with the SMIC, adding indexation on general wage growth to the price clause. The rate reaches 0.50 euro in January 1970 and 2.55 euro by June 1981.
  • 1981–2000 — the disinflation plateau. From 2.55 to 6.21 euro. Nominal growth slows sharply as inflation falls, and the discretionary boost above the automatic clause becomes a recurring political decision rather than an annual reflex.
  • 2000–2005 — the 35-hour convergence. The rate reaches 8.03 euro by July 2005 as the multiple hourly minimums created by the working-time reform are merged back into a single SMIC.
  • 2005–2020 — the slow decade. From 8.03 to 10.15 euro in fifteen years. With inflation near 1%, the automatic clause rarely triggered outside the annual revaluation.
  • 2021–2026 — the inflation cadence. Nine revaluations in five years, from 10.25 to 12.31 euro. Several were triggered mid-year by the automatic 2% clause rather than by the January schedule — the mechanism doing exactly what it was designed to do.

Related Macroeconomic Datasets

Related Research


Macroeconomic Dataset Hub

This dataset is part of the Eco3min macro-financial data repository.

Explore the Eco3min Dataset Hub


Sources

  • INSEE — gross hourly minimum wage (SMIC), whole of France, dataset SMIC-COTISATIONS, retrieved from the INSEE BDM time-series database.
  • Legal basis: law of 11 February 1950 creating the SMIG; law no. 70-7 of 2 January 1970 replacing it with the SMIC.
  • 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.