Overview of trade data sources

Eduard Bukin

September 22, 2017

Trade data sources: Overview

Today, we will go through the main sources of trade data, which could be used in the trade data analysis.

All information presented today is on the website:

https://ebukin.github.io/dataManipulationPractice/

Content:

General information

Trade classifications (What are those? Why those are different? Where to find them?)

Other products classifications

Areas Classification

Asymmetry of information

One exercise/example

Select data for:

Analyze trade by regions:

UN Comtrade data

Data availability

Regular download https://comtrade.un.org/data/

Bulk download

Restricted access and Token authentication

Data visualization options https://comtrade.un.org/labs/

Metadata https://unstats.un.org/unsd/tradekb/Knowledgebase/13

Country publication notes https://comtrade.un.org/db/mr/daPubNoteDetail.aspx

World Bank

WITS http://wits.worldbank.org/

TCdata360 https://tcdata360.worldbank.org/

World Trade Organization data

International Trade Center data [- some overview]https://ebukin.github.io/dataManipulationPractice/00-itc-trademap.html

CEPII

MIT-Harvard Economic Complexity Solutions

Shiny trade analysis tool

Own development:

https://tradeanalysis.shinyapps.io/trade-data-explorer/

R package for trade data analysis

In order to simplify trade data analysis work, an R package was developed to tackle with some basic operations.

tradeAnalysis package could be found here: https://github.com/EBukin/tradeAnalysis-pack

Installation in R is the following:

install.packages("devtools")
devtools::install_github("EBukin/tradeAnalysis-pack")
library(tradeAnalysis)