Why do I get an empty matrix as output when executing the Bloomberg.FETCH function in Datafeed Toolbox 3.4 (R2010b)?
Mostrar comentarios más antiguos
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.
Respuestas (0)
Categorías
Más información sobre Time Series en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!