Retrieve Bloomberg data for many securities

조회 수: 5 (최근 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 CenterFile Exchange에서 Bloomberg Desktop에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by