Bloomberg Data retrieval for intraday data fails : Unrecognized function or variable 'processEvents'
古いコメントを表示
This has used to work flawlessly before but has recently started failing "sometimes", but I dont know what fixes it, if anything.
It looks like an error in the matlab code, changing the frequency from 1 to something else fails the same.
c=blp
timeseries(c,'IBM US EQUITY',{'2021-10-21', '2021-10-22'}, 1, 'Trade')
% returns
% Unrecognized function or variable 'processBarEvents'.
% Error in blp/timeseries (line 446)
% v = bBarTsObj.processBarEvents(blpUuid, blpIdentity, b.session);
6 件のコメント
CW
2022 年 1 月 17 日
I am also encountering this problem after upgrading to 2021b. The example in the help documentation:
d = timeseries(c,'IBM US Equity',floor(now),5,'Trade')
Also returns this error for me.
Hakon Haugnes
2022 年 1 月 17 日
CW
2022 年 1 月 17 日
You would think they would at least test out their updated code on their help examples as a matter of procedure :(
I guess the work-around for now will be to install an older version of Matlab and run code with timeseries() from that.
Any thoughts Mathworks??
Hakon Haugnes
2022 年 1 月 17 日
CW
2022 年 1 月 17 日
Agree! Hopefully some other users will post here too in order encourage MW to address the issue
Walter Roberson
2022 年 1 月 17 日
I would suggest to you that Mathworks is getting rid of timeseries, replacing them with timetable objects. Look at the release notes for recent versions.
There might have been bugs introduced, and potentially you might get some fixes for current releases, but if you are doing new development then investing in timeseries might not be a good idea.
回答 (2 件)
CW
2022 年 6 月 3 日
1 投票
Updated to 2022a and this is still an issue. Can anyone from Mathworks take a look at this?
1 件のコメント
Hakon Haugnes
2022 年 9 月 19 日
Stefanie Schwarz
2025 年 2 月 4 日
0 投票
Please see the following MATLAB Answer to resolve the "Unrecognized function or variable 'processBarEvents'." error:
カテゴリ
ヘルプ センター および File Exchange で Time Series Collections についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!