Data error Bloomberg data feed of historic data
Show older comments
I am using the history command to retrieve data from Bloomberg. The command looks as follows
[MarketData1 ord] = history( connect, Tickers, {'Last_Price','EQY_Turnover', 'Volume'},'8/31/95', '11/30/15', {'daily', 'active_days_only'} );
The data looks mostly (for most securities and most dates) ok. But for Crude (CL1 Comdty) I get strange results around Thanksgiving of 1996.
Concretely I get the following prices for PX_LAST 26.11.1996 23.62 27.11.1996 23.75 29.11.1996 24943 (which more look like a volume)
I see similar outliers a other points in the data series. Any idea what is going wrong?
Thanks, Christian
3 Comments
Sean de Wolski
on 29 Dec 2014
Do you get the same results in Excel?
Christian
on 29 Dec 2014
Answers (0)
Categories
Find more on Language Support in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!