Big trouble fetching series from CEIC
Posted: Thu Nov 29, 2018 8:43 am
Hi, I am experiencing some trouble in fetching series from CEIC db: it shifts the series one cell below. In practice, data referring to 2001 is assigned to 2002 and so on.
in the past, I encountered a similar problem using quarterly data. CEIC support replied as follows:
***
Our tech team confirmed that this is a limitation with how eViews handles fetch statements, it does not have to do with CEIC interface.
Could you please try to use full date format for start date following the format below:
wfcreate ceicdata q 3/1/1998 @now
Using statement "q 1998q1 @now" makes the quarter slip by one period, so please avoid using this format!
***
Now the issue is with yearly data:
wfcreate gdp_contribution a 1978 2018
copy(link) ceic::SR1886323 cons_contr
the outcome is a series starting with a NA in 1978 and the number referring to 1978 flipped to 1979.
did anybody experience similar problem? any idea?
thx
in the past, I encountered a similar problem using quarterly data. CEIC support replied as follows:
***
Our tech team confirmed that this is a limitation with how eViews handles fetch statements, it does not have to do with CEIC interface.
Could you please try to use full date format for start date following the format below:
wfcreate ceicdata q 3/1/1998 @now
Using statement "q 1998q1 @now" makes the quarter slip by one period, so please avoid using this format!
***
Now the issue is with yearly data:
wfcreate gdp_contribution a 1978 2018
copy(link) ceic::SR1886323 cons_contr
the outcome is a series starting with a NA in 1978 and the number referring to 1978 flipped to 1979.
did anybody experience similar problem? any idea?
thx