Strategic Trade Atlas Data 2017-2021
Joint Research Centre
@ecjrc.n_615fdfdd_4d29_4b0c_b558_56b8b8276da0
Joint Research Centre
@ecjrc.n_615fdfdd_4d29_4b0c_b558_56b8b8276da0
The slice of world trade data underlying the Strategic Trade Atlas is made available here, covering the trade period 2017-2021. The data is published in three sets. The first, named Strategic Trade Atlas Data, is the main set. It includes trade flow data between countries in strategic commodities over time. The second set, named Strategic Commodities RCA Data, provides the estimation of the Revealed Comparative Advantage by countries in the trade of strategic commodities for the time period of reference. The third set, named Total Trade Data, includes trade measures by countries in all commodities (strategic and non strategic). This is of use to compute the share of strategic trade versus all trade.
Publisher name: Joint Research Centre
Publisher URL: https://commission.europa.eu/about/departments-and-executive-agencies/joint-research-centre
Last updated: 2024-10-09T19:15:33Z
CREATE TABLE table_1 (
"commodity_code" DOUBLE,
"commodity_description" VARCHAR,
"flow" VARCHAR,
"partner" VARCHAR,
"partner_iso2" VARCHAR,
"partner_iso3" VARCHAR,
"period" TIMESTAMP,
"reporter" VARCHAR,
"reporter_iso2" VARCHAR,
"reporter_iso3" VARCHAR,
"strategic_commodity_short_description" VARCHAR,
"quantity_kg" BIGINT,
"value_usd" BIGINT
);CREATE TABLE table_2 (
"flow" VARCHAR,
"period" TIMESTAMP,
"reporter" VARCHAR,
"reporter_iso2" VARCHAR,
"reporter_iso3" VARCHAR,
"strategic_commodity_short_description" VARCHAR,
"nrca_quantity_kg" DOUBLE,
"nrca_value_usd" DOUBLE,
"rca_quantity_kg" DOUBLE,
"rca_value_usd" DOUBLE
);CREATE TABLE table_3 (
"flow" VARCHAR,
"period" TIMESTAMP,
"reporter" VARCHAR,
"reporter_iso2" VARCHAR,
"reporter_iso3" VARCHAR,
"quantity_kg" BIGINT,
"value_usd" BIGINT
);Anyone who has the link will be able to view this.