International Trade In Goods (by Partner Country) (IMTS)
@owid.trade
@owid.trade
The International trade in goods by partner country dataset (formerly Direction of Trade Statistics (DOTS)) includes goods (merchandise) export and import statistics disaggregated according to a country's trading partners.
CREATE TABLE owid_trade (
"country" VARCHAR,
"year" INTEGER,
"counterpart_country" VARCHAR,
"exports_of_goods_free_on_board_fob_us_dollar" FLOAT -- Exports Of Goods, Free On Board, Fob, Us Dollar,
"imports_of_goods_cost_insurance_freight_cif_us_dollar" FLOAT -- Imports Of Goods, Cost Insurance Freight, Cif, Us Dollar,
"exports_of_goods_free_on_board_fob_share" FLOAT -- Exports Of Goods, Free On Board, Fob, Share,
"imports_of_goods_cost_insurance_freight_cif_share" FLOAT -- Imports Of Goods, Cost Insurance Freight, Cif, Share,
"bilateral_trade_volume" FLOAT,
"share_of_total_trade" FLOAT,
"china_imports_share_of_gdp" FLOAT,
"total_imports_share_of_gdp" FLOAT,
"top_partner_category" VARCHAR,
"top_export_partner_category" VARCHAR,
"import_rank" INTEGER,
"import_rank_category" VARCHAR,
"share_bilateral" FLOAT,
"share_unilateral" FLOAT,
"share_non_trading" FLOAT
);Anyone who has the link will be able to view this.