Structural Reform Database (SRD)
IMF SRD
@imf.srd
IMF SRD
@imf.srd
The IMF's Structural Reform Database (SRD) provides a comprehensive set of indicators on structural policies over 40 years for 90 countries with various development levels. The SRD is developed by the IMF staff in collaboration with external researchers under a research partnership with the former U.K. Department for International Development (DFID), which merged with the Foreign and Commonwealth Office on September 2, 2020 to become the Foreign, Commonwealth and Development Office (FCDO). The SRD is currently only for internal operation work (no public access).
Last updated: 2025-09-08T17:22:47.251012900Z.
CREATE TABLE codes_cl_country (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_freq (
"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,
"sr_category" VARCHAR,
"sr_type" VARCHAR
);CREATE TABLE observations (
"country" VARCHAR,
"indicator" VARCHAR,
"frequency" VARCHAR,
"time_period" BIGINT,
"value" DOUBLE
);Anyone who has the link will be able to view this.