Balance Of Payments And International Investment Position Statistics (BOP/IIP), World And Country Group Aggregates
IMF BOP_AGG
@imf.bop_agg
IMF BOP_AGG
@imf.bop_agg
The World and Country Group Aggregates (historically called BOPSY) is an annual publication, released each November, of major balance of payments and international investment position components for countries, country groups, and the world. Data in these tables are based on information provided directly to the IMF by country compilers and international organizations. Missing data for regional aggregates are estimated for countries by IMF staff to the extent possible.
Keywords: BOPSY,Current Account,Current Account Surplus,Current Account Deficit.
Last updated: 2025-06-06T06:28:53.785637500Z.
CREATE TABLE codes_cl_bop_agg_country (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_bop_agg_type_of_transformation (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_freq (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE observations (
"country" VARCHAR,
"indicator" VARCHAR,
"type_of_transformation" VARCHAR,
"frequency" VARCHAR,
"time_period" BIGINT,
"value" DOUBLE
);Anyone who has the link will be able to view this.