Monetary And Financial Statistics (MFS), Monetary Aggregates
IMF MFS_MA
@imf.mfs_ma
IMF MFS_MA
@imf.mfs_ma
The Monetary and Financial Statistics (MFS), Monetary Aggregates dataset includes monetary aggregates, such as the monetary base and broad money, compiled in accordance with the 2016 Monetary and Financial Statistics Manual and Compilation Guide using data from standardized report forms (1SR and 2SR). In line with the 2016 MFSMCG, countries may also include national components�such as specific instruments issued by non-monetary sectors�based on their own definitions. The dataset captures both standardized components from SRFs and country-specific additions from the non-financial sector.
Last updated: 2025-10-22T00:37:53.454156200Z.
CREATE TABLE codes_cl_country (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_freq (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_unit (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE observations (
"country" VARCHAR,
"indicator" VARCHAR,
"unit" VARCHAR,
"frequency" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.