Quarterly Gross Domestic Product (GDP), World And Country Aggregates
IMF QGDP_WCA
@imf.qgdp_wca
IMF QGDP_WCA
@imf.qgdp_wca
This dataset provides a snapshot of the economic activity of the world and country aggregates on a quarterly basis. It offers quarterly measurements of Gross Domestic Product (GDP).
National accounts statistics are used to measure and analyze the overall economic performance of a country, including key indicators such as gross domestic product (GDP), income, savings, investment, and employment. These statistics play a vital role in economic policy formulation, macroeconomic analysis, forecasting, benchmarking, international comparisons, and assessing the impact of economic policies on various sectors and stakeholders. The statistics are sourced from national authorities (central banks, national statistical institutes, ministries of finance) and collected using the IMF's National Accounts Report Form. Where possible, the IMF has entered into data-sharing agreements with international organizations that collect the same or similar statistics from national authorities. In these cases, the IMF sources the statistics from the international organization to reduce the reporting burden on countries. World and special country aggregations are computed by the IMF and constitute IMF estimates. World and special country aggregations are based on data submitted by national authorities, with imputations performed by IMF staff when estimates are missing.
Keywords: SNA, GDP at current prices,Real GDP.
Last updated: 2025-09-17T13:00:00Z.
CREATE TABLE codes_cl_country (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_freq (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_qgdp_wca_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,
"type_of_transformation" VARCHAR,
"index_type" VARCHAR,
"accounts" VARCHAR,
"na_sto" VARCHAR,
"sector" VARCHAR,
"prices" VARCHAR,
"s_adjustment" 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.