Monetary And Financial Statistics (MFS): Financial Market Prices
IMF MFS_FMP
@imf.mfs_fmp
IMF MFS_FMP
@imf.mfs_fmp
The Monetary and Financial Statistics (MFS), Financial Market Prices dataset presents country-specific information on share prices, providing insights into equity markets. These data are compiled using nationally defined methodologies and are not based on a standardized definition across countries.
Keywords: MFS,Broad Mone,Monetary Base,Net Foreign Assets,Monetary Statistics,Financial Statistics,Central Bank Statistics,Financial statistics,Monetary policy,Financial institutions,Financial instruments,Financial markets.
Last updated: 2025-10-22T03:33:53.015591200Z.
CREATE TABLE codes_cl_country (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_freq (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_mfs_type_of_transformation (
"code" VARCHAR,
"description" 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.