International Trade In Services (ITS)
IMF ITS
@imf.its
IMF ITS
@imf.its
Using the IMF’s Balance of Payments Statistics database as a source, the statistics provided here are the first of its kind providing a compilation of detailed historic and new data on world trade in services. This can be a useful resource for researchers, policymakers and businesses for decisions in macroeconomic competitiveness and understanding how technological forces are affecting rapid resource reallocation in specific sectors. The dataset covers exports of services from 1970 to 2014. See reference Loungani, Mishra, Papageorgiou, Wang (2017). There is ongoing work to extend the dataset, which will be made available in the future.
Keywords: Trade balance;Exports.
Last updated: 2025-09-08T17:28:46.734732600Z.
CREATE TABLE codes_cl_freq (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_its_country (
"code" VARCHAR,
"description" VARCHAR
);CREATE TABLE codes_cl_its_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,
"accounts" VARCHAR,
"accounting_entry" VARCHAR,
"int_acc_item" VARCHAR,
"type_of_transformation" VARCHAR
);CREATE TABLE observations (
"country" VARCHAR,
"indicator" VARCHAR,
"type_of_transformation" VARCHAR,
"frequency" VARCHAR,
"time_period" BIGINT,
"value" DOUBLE
);Anyone who has the link will be able to view this.