Bloomberg Data retrieval for intraday data fails : Unrecognized function or variable 'processEvents'
9 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
CW
il 17 Gen 2022
Agree! Hopefully some other users will post here too in order encourage MW to address the issue
Walter Roberson
il 17 Gen 2022
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.
Risposte (2)
CW
il 3 Giu 2022
Updated to 2022a and this is still an issue. Can anyone from Mathworks take a look at this?
Stefanie Schwarz
il 4 Feb 2025 alle 15:38
Please see the following MATLAB Answer to resolve the "Unrecognized function or variable 'processBarEvents'." error:
0 Commenti
Vedere anche
Categorie
Scopri di più su Bloomberg Desktop in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!