You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I try to replicate the excel request
=BDH("IBM US Equity",A2,"2019-12-31","2019-12-31","FX=EUR","Dir=H","Dts=H")
by
con.bdh('IBM US Equity', 'ALTMAN_Z_SCORE', date_begin, date_end, ovrds=[("FX","EUR" )])
but it fails !
Message
print(con.bdh(list_ticker, 'ALTMAN_Z_SCORE', date_begin, date_end, ovrds=[("FX","EUR" )]))
File "E:\Anaconda\lib\site-packages\pdblp-0.1.8-py3.7.egg\pdblp\pdblp.py", line 275, in bdh
elms, ovrds)
File "E:\Anaconda\lib\site-packages\pdblp-0.1.8-py3.7.egg\pdblp\pdblp.py", line 307, in _bdh_list
has_security_error = 'securityError' in d['securityData']
KeyError: 'securityData'
The text was updated successfully, but these errors were encountered:
Hello,
I try to replicate the excel request
=BDH("IBM US Equity",A2,"2019-12-31","2019-12-31","FX=EUR","Dir=H","Dts=H")
by
con.bdh('IBM US Equity', 'ALTMAN_Z_SCORE', date_begin, date_end, ovrds=[("FX","EUR" )])
but it fails !
Message
print(con.bdh(list_ticker, 'ALTMAN_Z_SCORE', date_begin, date_end, ovrds=[("FX","EUR" )]))
File "E:\Anaconda\lib\site-packages\pdblp-0.1.8-py3.7.egg\pdblp\pdblp.py", line 275, in bdh
elms, ovrds)
File "E:\Anaconda\lib\site-packages\pdblp-0.1.8-py3.7.egg\pdblp\pdblp.py", line 307, in _bdh_list
has_security_error = 'securityError' in d['securityData']
KeyError: 'securityData'
The text was updated successfully, but these errors were encountered: