Consumer Price Index (CPI), World And Country Aggregates (CPI WCA)
IMF CPI_WCA
@imf.cpi_wca
IMF CPI_WCA
@imf.cpi_wca
This dataset provides monthly price indices at world and country aggregate levels, based on published national CPIs all-item indices. For monthly indexes the transformation type “period average” indicated in the metadata is not applicable: the values are recorded for the period itself, not averaged across it.
Keywords: CPI,inflation.
Last updated: 2025-09-24T13:00:00Z.
CREATE TABLE codes_cl_country (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_cpi_type_of_transformation (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_freq (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_fsentry (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_methodology (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE observations (
"country" VARCHAR,
"index_type" VARCHAR,
"coicop_1999" VARCHAR,
"type_of_transformation" VARCHAR,
"frequency" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.