Hello
I aim to get trade data from Comtrade site using the API from within the dofile. I got this page http://statadaily.com/2015/09/08/un-...-api-in-stata/ which tells two possible ways. Through the link, for the example given there:
import delimited http://comtrade.un.org/api/get?r=608...=TOTAL&fmt=csv
Alternatively, by a program. However, I got an error for both of these.
file http://comtrade.un.org/api/get? not found
server says file temporarily redirected to https://comtrade.un.org/api/get?
could not open url
r(603);
I have Stata/MP13.0.
Would be great if someone please look into this.
I aim to get trade data from Comtrade site using the API from within the dofile. I got this page http://statadaily.com/2015/09/08/un-...-api-in-stata/ which tells two possible ways. Through the link, for the example given there:
import delimited http://comtrade.un.org/api/get?r=608...=TOTAL&fmt=csv
Alternatively, by a program. However, I got an error for both of these.
file http://comtrade.un.org/api/get? not found
server says file temporarily redirected to https://comtrade.un.org/api/get?
could not open url
r(603);
I have Stata/MP13.0.
Would be great if someone please look into this.
Comment