Why do I get an empty matrix as output when executing the Bloomberg.FETCH function in Datafeed Toolbox 3.4 (R2010b)?
Afficher commentaires plus anciens
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.
Réponses (0)
Catégories
En savoir plus sur Time Series dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!