International Trade In Goods (by Partner Country) (IMTS)
IMF IMTS
@imf.imts
IMF IMTS
@imf.imts
Keywords: DOTS.
Last updated: 2025-09-29T07:07:43.751277300Z.
CREATE TABLE codes_cl_freq (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_imts_country (
"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,
"trade_flow" VARCHAR,
"valuation" VARCHAR,
"key_indicator" VARCHAR,
"topic" VARCHAR
);CREATE TABLE observations (
"country" VARCHAR,
"indicator" VARCHAR,
"counterpart_country" VARCHAR,
"frequency" VARCHAR,
"time_period" VARCHAR,
"value" DOUBLE
);Anyone who has the link will be able to view this.