Why do I get an empty matrix as output when executing the Bloomberg.FETCH function in Datafeed Toolbox 3.4 (R2010b)?
Show older comments
I am running the Bloomberg.FETCH with the following syntax:
handleBBG = bloomberg;
Tickers = { '912828NE6 Govt','912828NC0 Govt','912828NF3 Govt'};
StartDate = '05/10/2011 12:00:00';
EndDate = '05/12/2011 01:30:00';
fetch(handleBBG, tickers, 'TIMESERIES', {StartDate, EndDate}, [], {'ASK'})
The return value however is an empty matrix.
Answers (0)
Categories
Find more on Time Series in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!