Producer Price Index (PPI)
IMF PPI
@imf.ppi
IMF PPI
@imf.ppi
Producer Price Indexes (PPI) measures the average change over time in the selling prices received by domestic producers for their output.
Keywords: Producer Prices.
Last updated: 2025-10-22T06:51:32.198670300Z.
CREATE TABLE codes_cl_country (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_freq (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_index_type (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_ppi_type_of_transformation (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE indicators (
"indicator" VARCHAR,
"series_name" VARCHAR,
"unit" VARCHAR,
"transformation" VARCHAR,
"http_www_w3_org_2001_xmlschema_instance_type" VARCHAR,
"type_of_transformation" VARCHAR,
"topic" VARCHAR,
"index_type" VARCHAR,
"ppi_activity" VARCHAR
);CREATE TABLE observations (
"country" VARCHAR,
"indicator" VARCHAR,
"type_of_transformation" VARCHAR,
"frequency" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.