Headline inflation grabs the headlines, but core CPI runs the show. When the Federal Reserve sets interest rates, the European Central Bank calibrates bond purchases, or the Bank of England warns about persistent price pressures, they are all looking at core CPI — the measure that strips out volatile food and energy costs. Headline CPI in the US hit 3.2% in early 2026, but core inflation has been stickier, holding near 3.5% and refusing to drop as fast as policymakers hoped. That gap matters because core inflation predicts where prices are heading, while headline inflation only tells you where they have been.
If you are building a budget, negotiating a salary, or managing a bond portfolio, core CPI is the number that actually moves markets and wages. Food and energy prices swing with weather, wars, and OPEC decisions. Core prices reflect the underlying health of the economy — labor costs, rent trends, and service-sector pricing power. Watching headline alone is like driving by looking only in the rearview mirror.
What Headline CPI Actually Measures
Headline CPI tracks the average change in prices for a fixed basket of goods and services that urban consumers buy. It includes everything: gasoline, groceries, rent, medical care, haircuts, smartphones, and college tuition. The Bureau of Labor Statistics collects roughly 80,000 price quotes per month from thousands of retail outlets and service providers across the US.
The headline figure is useful for cost-of-living adjustments. Social Security checks, union wage contracts, and tax brackets often tie directly to headline CPI. When headline inflation spiked to 9.1% in June 2022, every American felt it at the pump and the checkout line. That is why politicians and the media obsess over the headline number.
But headline CPI is noisy. Energy prices can drop 10% in a month because of a warm winter or a temporary ceasefire in an oil-producing region. Food prices can spike because a drought hits Brazil's coffee crop or avian flu wipes out US chicken flocks. These are real costs for households, but they do not tell you whether the economy has a persistent inflation problem.
In Germany, headline CPI inflation was 2.3% in early 2024, down sharply from the 8.7% peak of late 2022. In the UK, it fell from 11.1% to roughly 3.0% over the same period. Those drops look dramatic, but much of the decline came from falling energy prices after the 2022 shock, not from underlying disinflation.
Track headline CPI across major economies:
US CPI Inflation Rate | Germany CPI Inflation Rate | UK CPI Inflation Rate
Why Core CPI Is the Fed's North Star
Core CPI excludes food and energy by design. The logic is simple: central banks cannot control the weather or geopolitical oil shocks, so they should not react to price swings caused by factors outside their influence. Instead, they focus on the prices they can influence through interest rates: housing, healthcare, education, professional services, and durable goods.
In the US, core CPI has been more persistent than headline. While headline inflation dropped from 9.1% to 3.2%, core inflation fell from 6.6% to roughly 3.5% and then stalled. Shelter costs — rent and owners' equivalent rent — make up about one-third of the core basket, and they adjust with long lags. The apartment lease you signed six months ago still feeds into today's inflation data.
Services inflation is the other sticky component. Wages for nurses, teachers, restaurant staff, and logistics workers do not fall quickly. When unemployment stays below 4.5%, employers must bid up wages to fill positions, and those costs pass through to prices. Goods inflation — cars, furniture, electronics — has actually turned negative in some months thanks to supply-chain normalization and Chinese manufacturing competition. But services inflation keeps the core number elevated.
The European picture is similar. Germany's core inflation remained above 3.0% well after headline dropped below that level. The UK's core measure has been stickier still, fueled by wage growth in the public sector and post-Brexit labor shortages in hospitality and agriculture.
For investors, the distinction is profitable. When headline CPI drops faster than core, markets sometimes price in early rate cuts that never materialize. The Fed watches core. If you watch only headline, you get caught on the wrong side of the trade.
Follow core inflation trends:
US Core Inflation | Germany CPI Inflation | UK CPI Inflation
How Markets Price Inflation Expectations
Bond traders do not wait for CPI releases to form opinions. They trade inflation expectations in real time through breakeven rates — the gap between nominal Treasury yields and inflation-protected TIPS yields. The 10-year breakeven rate tells you what inflation markets expect on average over the next decade.
As of early 2026, the US 10-year breakeven sits near 2.47%. That is above the Fed's 2% target, which means markets are betting that inflation will run slightly hot for years. The 5-year breakeven is even more telling because it reflects expectations during the period when the Fed is actively setting policy.
When breakevens rise, mortgage rates and corporate borrowing costs follow. A company planning a factory expansion looks at the 10-year breakeven to decide whether fixed-rate or floating-rate debt makes more sense. A pension fund manager uses the same number to choose between nominal and inflation-linked bonds.
The European inflation-linked bond market is thinner, but the signal is similar. German breakevens trade below US levels, reflecting the ECB's stricter inflation target and the eurozone's slower wage growth. UK breakevens are higher, reflecting post-Brexit supply constraints and sterling weakness.
These market-implied expectations are not perfect. They embed risk premia — compensation for uncertainty — that can distort the pure inflation forecast. But they update daily, while official CPI data arrives monthly. For anyone who needs a real-time pulse check, breakevens beat waiting for the BLS press release.
Watch inflation expectations live:
US Inflation Expectations Breakeven | Germany GDP Deflator | UK GDP Deflator
Pulling Inflation Data via API
You do not need to scrape BLS PDFs or wait for Bloomberg terminals to update. EconDash exposes the same inflation data through a public API endpoint designed for automated analysis and citation.
Grab the latest US CPI reading:
curl -s "https://econdash.org/api/v1/cite/USA/cpi" | python3 -m json.tool
Response:
{
"indicator": "cpi",
"indicator_name": "CPI inflation rate %",
"country": "USA",
"value": 2.94952520485207,
"unit": "%",
"period": "January 2024",
"trend": "decreasing",
"trend_magnitude": -1.1668,
"citation": {
"text": "United States CPI inflation rate % was 2.94952520485207 % in January 2024 (World Bank, 2024-01-01)",
"markdown": "[United States CPI inflation rate %: 2.94952520485207 %](https://econdash.org/chart/cpi-inflation-rate-percent/USA) in January 2024 (World Bank)"
}
}
Swap the country code to compare readings across economies. German CPI:
curl -s "https://econdash.org/api/v1/cite/DEU/cpi" | python3 -m json.tool
The endpoint returns structured data with source attribution, trend direction, and a pre-formatted citation string. You can drop the JSON directly into a Python pandas DataFrame, a Google Sheet via IMPORTDATA, or a research paper without manual reformatting.
For time-series analysis, the chart pages expose the underlying data through the same indicator slugs. Replace the country code in the URL and you get comparable charts for any economy in the database. That consistency matters when you are writing a cross-country inflation report and need every chart to use the same scale, color scheme, and date range.
What to Watch in 2026 and 2027
Three forces will determine whether core inflation keeps falling or gets stuck above 3%.
Shelter costs are the biggest swing factor. In the US, market rents have stabilized or fallen in many cities, but the CPI shelter index moves with a 12- to 18-month lag. The disinflation from 2024 rent freezes will not fully show up in core CPI until late 2026. If housing starts stay low and migration patterns keep pressure on Sun Belt cities, shelter inflation could re-accelerate.
Wage growth is the second key variable. Average hourly earnings in the US are rising at roughly 4% annually, still faster than pre-pandemic norms. The Fed wants wage growth closer to 3%, consistent with 2% inflation and 1% productivity growth. Until job openings drop closer to unemployed workers — the ratio is still elevated — wage pressure will keep services inflation sticky.
Policy uncertainty is the wild card. Tariff threats, fiscal expansion, and currency volatility can all feed into core prices through input costs and business pricing behavior. Companies that face unpredictable cost structures tend to raise prices preemptively, adding a risk premium to inflation that standard models miss.
If all three forces break favorably, core CPI could approach 2.5% by early 2027. If any one of them reverses — a rent rebound, a wage spiral, or a tariff shock — core inflation stays above 3% and central banks have no room to cut rates. That is the scenario bond markets are quietly pricing in through elevated breakeven rates.
The Bottom Line
Headline CPI is what politicians tweet about. Core CPI is what central banks act on. If you want to understand where interest rates are heading, where wages are settling, and where bond yields will trade, watch core inflation — not the headline number that jumps around with gasoline prices.
EconDash tracks both, updated automatically from official sources, with chart pages and API endpoints that let you pull the data into your own models, presentations, or research. No registration, no API keys, no paywalls.
