US inflation
@michal.us_inflation
@michal.us_inflation
Monthly US CPI year-over-year inflation by category. Coverage runs from Aug 2005 to Aug 2025.
Provenance
The primary source is the Bureau of Labor Statistics CPI program.
What this dataset is
A clean, analysis-ready time series at monthly frequency for the United States that tracks CPI YoY changes across categories.
Update cadence
Refreshed monthly after the official CPI release.
CREATE TABLE us_cpi_inflation_data_csv (
"month" VARCHAR,
"all_items" DOUBLE,
"food" DOUBLE,
"food_at_home" DOUBLE,
"food_away_from_home" DOUBLE,
"energy" DOUBLE,
"gasoline_all_types" DOUBLE,
"electricity" DOUBLE,
"natural_gas_piped" DOUBLE,
"all_items_less_food_and_energy" DOUBLE,
"commodities_less_food_and_energy_commodities" DOUBLE,
"apparel" DOUBLE
);
Anyone who has the link will be able to view this.