Trimmed Mean PCE Inflation Rate: 12-Month Core PCE Measure Monthly Since 1978
The Trimmed Mean PCE inflation rate is an alternative measure of underlying (core) inflation in the US Personal Consumption Expenditures price index, produced by the Federal Reserve Bank of Dallas from Bureau of Economic Analysis data. For each month it sorts the price changes of roughly 178 PCE components from largest decline to largest increase and discards the most extreme movements at both tails — 24% of the weight from the lower tail and 31% from the upper tail — before taking a weighted average of what remains. This dataset covers the 12-month Trimmed Mean PCE inflation rate monthly from 1978, the persistent-inflation measure Eco3min uses as the inflation axis of its macro regime classification.
Dataset: Trimmed Mean PCE Inflation Rate, 12-month (1978–present) · Updated 2026-04-01
Loading data…
Source: FRED · Federal Reserve Bank of Dallas
Macro Takeaway
Trimming the tails matters because monthly PCE prices have fat-tailed, skewed distributions: a handful of components routinely post outsized moves that exaggerate or mask the underlying trend. By discarding those extremes, the Trimmed Mean PCE tracks persistent inflation more cleanly than the conventional PCE excluding food and energy measure, which removes two fixed categories regardless of where the noise actually is in a given month. Eco3min uses the 12-month Trimmed Mean PCE as the inflation axis of its macro regime classification, where it is read against the CFNAI-MA3 growth axis to position the economy on a growth×inflation grid.
The measure’s value showed during the 2021–2023 episode: trimmed mean inflation rose steadily toward multi-decade highs as price pressures broadened across components rather than concentrating in a few categories, a breadth that the trimmed measure captured while headline readings swung with energy. By the 12 months ending in early 2026 the Trimmed Mean PCE had eased back toward the 2–2.5% area, sitting closer to — though still above — the Federal Reserve’s 2% objective.
Dataset Overview
| Indicator | Trimmed Mean PCE Inflation Rate, 12-month (1978–present) |
|---|---|
| Geography | United States |
| Frequency | Monthly |
| Period | 1978–present |
| Variables | date, pce_trimmed_12m |
| Format | CSV, Excel (XLSX) |
| Sources | Federal Reserve Bank of Dallas, using BEA data (via FRED series PCETRIM12M159SFRBDAL) |
| Last updated | — |
Dataset Variables
The CSV and Excel files contain the following columns.
| Column | Type | Description |
|---|---|---|
date | Date (YYYY-MM-DD) | Observation month (first day of month) |
pce_trimmed_12m | Float | Trimmed Mean PCE inflation rate over the trailing 12 months, in percent, seasonally adjusted |
Column names match the CSV headers exactly.
Download the Complete Dataset
The full Trimmed Mean PCE inflation dataset is available in CSV and Excel formats.
FRED Direct CSV Access
The underlying series is available from FRED under series code PCETRIM12M159SFRBDAL:
https://fred.stlouisfed.org/graph/fredgraph.csv?id=PCETRIM12M159SFRBDAL
Direct CSV Access — Eco3min Structured Dataset
https://eco3min.fr/dataset/trimmed-mean-pce-inflation.csv
This URL returns the complete dataset in CSV format. It can be used directly in pandas, R, curl, or any data tool.
Using the Dataset in Python
import pandas as pd url = "https://eco3min.fr/dataset/trimmed-mean-pce-inflation.csv" df = pd.read_csv(url, parse_dates=["date"]) print(df.head()) print(df.describe())
Using the Dataset in R
library(readr) url <- "https://eco3min.fr/dataset/trimmed-mean-pce-inflation.csv" df <- read_csv(url) head(df) summary(df)
Both examples load the dataset directly from the URL — no download or API key required.
Methodology
Eco3min pulls the 12-month Trimmed Mean PCE inflation rate from the FRED API and stores it without transformation. The dataset is refreshed daily through an automated pipeline so the published file stays aligned with the latest Dallas Fed value; the underlying series is updated monthly, following the BEA’s release schedule for the Personal Income and Outlays report, and recent observations are revised as the source data is revised.
The Trimmed Mean PCE is computed by the Dallas Fed from BEA component-level data on roughly 178 disaggregated PCE price and quantity series available consistently since 1977. Each month the component price changes are ranked, the most extreme tails are trimmed (an asymmetric 24% lower / 31% upper since 2009), and the remaining components are reaggregated. The trimming proportions were calibrated to minimise the distance between the trimmed measure and a centred long-run moving average of headline inflation, so the series behaves as a proxy for trend (core) inflation.
Historical Regimes
Late 1970s–1981 — Great Inflation. Trimmed Mean PCE ran at high single digits as broad-based price pressures took hold across the consumption basket, peaking around the turn of the decade before Federal Reserve tightening took effect.
1982–1990s — Volcker disinflation and the Great Moderation. The measure fell steadily through the 1980s and settled into a low, stable range as inflation expectations re-anchored, broadly tracking the economy’s transition to two decades of subdued price growth.
2010–2020 — Persistent undershoot. For much of the decade the Trimmed Mean PCE held below the Federal Reserve’s 2% objective, capturing the structurally soft inflation environment that kept policy accommodative and motivated the 2020 shift to flexible average inflation targeting.
2021–2022 — Post-pandemic surge. Trimmed mean inflation climbed to multi-decade highs as price increases broadened well beyond food and energy; because the breadth of the move showed up across components, the trimmed measure registered the persistence that headline swings alone could obscure.
2023–2026 — Gradual disinflation. The measure eased back toward the 2–2.5% area as the broadening reversed, remaining somewhat above the 2% objective into early 2026 rather than returning fully to the pre-pandemic norm.
Related Macroeconomic Datasets
- US Core PCE Inflation — the conventional ex-food-and-energy comparison
- US PCE Inflation (headline)
- US Core CPI Inflation
- US Inflation History
- Eco3min US Inflation Regime Score
Related Research
- Current Macro Regime — where Trimmed Mean PCE sits on the live inflation axis
- Macro Regime Classification Methodology
Macroeconomic Dataset Hub
This dataset is part of the Eco3min macro-financial data repository.
Explore the Eco3min Dataset Hub
Sources
- Federal Reserve Bank of Dallas — Trimmed Mean PCE Inflation Rate (publisher; methodology in Dolmas, 2005, Dallas Fed Working Paper 0506)
- Bureau of Economic Analysis — underlying PCE component price data
- FRED, Federal Reserve Bank of St. Louis — series PCETRIM12M159SFRBDAL (aggregator via which Eco3min extracts the data)
Dataset Reference
Last updated — 3 June 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.
