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 的更多信息

标签

提问:

2012-2-4

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by