FRED PCEPILFE — Daily CSV Download (Core PCE Inflation)
Core PCE — Personal Consumption Expenditures excluding food and energy — is the Federal Reserve’s preferred inflation gauge and the basis for its 2% target. Unlike CPI, PCE uses dynamic consumption weights and a broader spending basket. Core PCE has been the operative metric in every FOMC statement since 2012, making it the most consequential inflation number in the world. Why this metric carries that weight is detailed in the complete guide to inflation.
Dataset: US Core PCE Inflation (1959–2026) · Updated 2026-03-01
Loading FRED data…
Source: FRED series PCEPILFE · Bureau of Economic Analysis (BEA) via FRED
Macro Takeaway
This indicator is a key component of the macro-financial monitoring framework. Its current level relative to its historical distribution — captured in the percentile and z-score above — provides immediate context for whether conditions are historically normal, stretched, or compressed.
Cross-referencing with the headline PCE and the core CPI helps situate this indicator within the broader macro regime.
Dataset Overview
| Indicator | US Core PCE Inflation (1959–2026) |
|---|---|
| Geography | United States |
| Frequency | Monthly |
| Period | 1959–2026 |
| Variables | date, core_pce_index, core_pce_yoy |
| Format | CSV, Excel (XLSX) |
| Sources | Bureau of Economic Analysis (BEA) via FRED |
| Last updated | — |
Dataset Variables
The CSV and Excel files contain the following columns.
| Column | Type | Description |
|---|---|---|
date | Date (YYYY-MM-DD) | Observation date |
core_pce_index | Float | Core PCE price index level |
core_pce_yoy | Float | Core PCE year-over-year inflation rate (%) |
Column names match the CSV headers exactly.
Download the Complete Dataset
The full dataset is available in CSV and Excel formats.
FRED Direct CSV Access
The underlying data is available from FRED under series code PCEPILFE:
https://fred.stlouisfed.org/graph/fredgraph.csv?id=PCEPILFE
Direct CSV Access — Eco3min Structured Dataset
https://eco3min.fr/dataset/us-core-pce.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/us-core-pce.csv" df = pd.read_csv(url, parse_dates=["date"]) print(df.head()) print(df["core_pce_index"].describe())
Using the Dataset in R
library(readr) url <- "https://eco3min.fr/dataset/us-core-pce.csv" df <- read_csv(url) head(df) summary(df$core_pce_index)
Both examples load the dataset directly from the URL — no download or API key required.
Methodology
FRED series PCEPILFE. Core PCE strips out food and energy from the broader PCE deflator. Unlike CPI, it uses chain-weighted consumption baskets that adjust for substitution effects, making it a smoother and typically lower inflation measure.
This dataset is updated monthly (end of month, ~1 month lag) via automated pull from the FRED API.
Historical Regimes
Historical regime analysis for this dataset will be added in a future update. The key stats block above provides immediate context for the current reading relative to the full historical distribution.
Related Macroeconomic Datasets
Core PCE is the metric the Fed uses to decide rate policy. When it exceeds 2%, the Fed tightens; when it falls below, the Fed considers easing. The gap between Core PCE and Core CPI (~30–50 bps typically) reflects methodological differences that matter for policy interpretation.
- PCE Inflation (headline) — The broader measure including food & energy
- Core CPI Inflation — The CPI-based core measure — typically higher
- US CPI Inflation History — Headline CPI for comparison
- Federal Funds Rate — Rate policy anchored to the 2% Core PCE target
- M2 Growth Rate — Money supply growth that leads core PCE
Related Research
Real interest rates computed against Core PCE yield a different — and arguably more policy-relevant — picture than CPI-deflated rates. The choice of deflator changes the narrative.
Macroeconomic Dataset Hub
This dataset is part of the Eco3min macro-financial data repository.
Explore the Eco3min Dataset Hub
Sources
- Bureau of Economic Analysis (BEA) via FRED
Dataset Reference
Last updated — 16 May 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.
