National Summary Data Page (NSDP)
IMF NSDP
@imf.nsdp
IMF NSDP
@imf.nsdp
Dataset of key macroeconomic indicators that participating countries commit to publishing on the National Summary Data Page (NSDP). The data is timely and accessible, covering indicators such as GDP, inflation, reserves, and public debt. The NSDP is hosted on each country's official website (often by the national statistics office or central bank) and is linked from the IMF’s Dissemination Standards Bulletin Board (DSBB) to ensure global visibility.
Last updated: 2025-10-21T10:08:59.736408400Z.
CREATE TABLE codes_cl_country (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_freq (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_nsdp_nsdp_category (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_nsdp_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,
"nsdp_ind" VARCHAR,
"prices" VARCHAR,
"s_adjustment" VARCHAR,
"gender" VARCHAR
);CREATE TABLE observations (
"country" VARCHAR,
"nsdp_cat" 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.