Why do I receive incorrect results when using multiple overrides with the Bloomberg FETCH function in Datafeed Toolbox 3.1 (R2008a)?
Show older comments
When I use the Bloomberg FETCH function to receive data with the following overrides,
c_b = bloomberg
bb_data1 = fetch(c_b, 'ABM LN Equity','GETDATA','Net_income',...
{'EQY_FUND_PER','EQY_FUND_YEAR'},{'SA1','2007'})
I receive NaN values,
bb_data1 =
Net_income: NaN
However, if I use either one of those overrides separately, I receive the correct result. Furthermore, the Excel Bloomberg API gives me the correct result if both overrides are used.
Accepted Answer
More Answers (0)
Categories
Find more on Multidimensional Arrays in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!