Bloomberg data missing history
Posted: Tue Apr 11, 2023 7:48 am
Hi Eviews community,
I am having an issue downloading the full history of the data from Bloomberg in Eviews. Specifically, the ticker uscrwtic Index (WTI oil prices) is available from Bloomberg starting from 1982. However, when I pull it in Eviews, the data only starts from 1990. I was able to get the full history with exactly the same code just a few week ago, though, which is puzzling. Are there any changes on your end that would limit the full history for this ticker? Could you please suggest any fixes for this issue? Thank you in advance for tour help!
I'm using the following code:
dbopen(type=bloom, server=localhost:8194) None
fetch(d=none) "uscrwtic Index"
I am having an issue downloading the full history of the data from Bloomberg in Eviews. Specifically, the ticker uscrwtic Index (WTI oil prices) is available from Bloomberg starting from 1982. However, when I pull it in Eviews, the data only starts from 1990. I was able to get the full history with exactly the same code just a few week ago, though, which is puzzling. Are there any changes on your end that would limit the full history for this ticker? Could you please suggest any fixes for this issue? Thank you in advance for tour help!
I'm using the following code:
dbopen(type=bloom, server=localhost:8194) None
fetch(d=none) "uscrwtic Index"