Production Indexes, World And Country Group Aggregates
IMF PI_WCA
@imf.pi_wca
IMF PI_WCA
@imf.pi_wca
The Production Indexes dataset presents data on industrial production, mining and quarrying, manufacturing, electricity, gas and water supply, construction, and retail sales indexes. These statistics are collected from national authorities, and when possible, from international organizations -via data-sharing agreements- that collect similar information to reduce the reporting burden on countries. The world and special country aggregations are estimated by the IMF and constitute IMF estimates. These estimates are based on data submitted by national authorities, with imputations performed by IMF staff when national estimates are missing.
Keywords: Production index; mining and quarrying; manufacturing; electricity; gas and water supply; construction; retail sales indexes..
Last updated: 2025-06-25T15:00:00Z.
CREATE TABLE codes_cl_country (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_freq (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_ipi_production_index (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_ipi_type_of_transformation (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE observations (
"country" VARCHAR,
"production_index" VARCHAR,
"type_of_transformation" VARCHAR,
"frequency" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.