Effacer les filtres
Effacer les filtres

Retrieve Bloomberg data for many securities

2 vues (au cours des 30 derniers jours)
George
George le 4 Oct 2011
Commenté : PS le 24 Déc 2013
Hi all
I am trying to retrieve bloomberg data via matlab.
I am using the following commands:
c = blp;
data = getdata(c,tickers,'PX_MID');
where tickers is a cell vector with securities tickers e.g. IBM US EQUITY.
The problem is when length(tickers)>10 an error occus:
Subscripted assignment dimension mismatch.
Error in ==> blp.getdata at 146
d.(flds{j})(i,1) = tmp{i}.(flds{j});
Any help would be appreciated
Thanks
George
  1 commentaire
PS
PS le 24 Déc 2013
hi george did you find a solution to this problem..i used the history function but seems it had errors . Was this corrected in the current version of matlab

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Bloomberg Desktop dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by