フィルターのクリア

Retrieve Bloomberg data for many securities

2 ビュー (過去 30 日間)
George
George 2011 年 10 月 4 日
コメント済み: PS 2013 年 12 月 24 日
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 件のコメント
PS
PS 2013 年 12 月 24 日
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

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeBloomberg Desktop についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by