National Economic Accounts (NEA), Quarterly Data
IMF QNEA
@imf.qnea
IMF QNEA
@imf.qnea
This dataset provides a snapshot of the economic activity of various countries on a quarterly basis. It offers quarterly measurements of key indicators like Gross Domestic Product (GDP), consumption, investment, government spending, and foreign trade. Quarterly estimates are disseminated on non-seasonally adjusted and seasonally adjusted bases.
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-10-22T07:51:21.318122600Z.
CREATE TABLE codes_imf_cl_country_1_5_1 (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_imf_cl_freq_1_0_3 (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_imf_cl_s_adjustment_1_0_2 (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_imf_cl_unit_2_11_0 (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_imf_sta_cl_nea_price_type_1_0_0 (
"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,
"s_adjustment" VARCHAR,
"price_type" VARCHAR,
"type_of_transformation" VARCHAR,
"keywords" VARCHAR
);CREATE TABLE observations (
"country" VARCHAR,
"indicator" VARCHAR,
"price_type" VARCHAR,
"s_adjustment" VARCHAR,
"type_of_transformation" VARCHAR,
"frequency" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.