Why do I get an empty matrix as output when executing the Bloomberg.FETCH function in Datafeed Toolbox 3.4 (R2010b)?
显示 更早的评论
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.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Time Series 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!