International Trade In Goods (ITG)
IMF ITG
@imf.itg
IMF ITG
@imf.itg
Trade in goods includes all goods which add to, or subtract from, the stock of material resources of a country by entering its economic territory (imports) or leaving it (exports). Goods are physical, produced items over which ownership rights can be established and whose economic ownership can be passed from one institutional unit to another by engaging in transactions. Goods being transported through a country or temporarily admitted or withdrawn (except for goods for inward or outward processing) are not included.
Keywords: trade balance,merchandise trade,trade in goods, exports of goods,imports of goods.
Last updated: 2025-10-22T08:47:34.362678800Z.
CREATE TABLE codes_cl_country (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_freq (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_itg_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,
"topic" VARCHAR,
"index_type" VARCHAR,
"tr_direction" 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.