-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pdblp BDH Overrides with CDR #88
Comments
https://data.bloomberglp.com/labs/sites/2/2013/12/blpapi-developers-guide-1.38.pdf seems like page 164 of pdf (166 actual guide) sheds some light...is there a way to incorporate this into the pdblp module? Or how to write the correct syntax if I want the same trading days for my example, say SPX Index on both US and EN trading days? Thanks a lot! |
I am unsure how the Excel backend works, but have been informed previously that the backend service for the python API and the Excel API are different. |
Understood thanks! will keep at it and see if I can come to a solution |
Hello! i am looking to try and do this with pdblp. In Excel, =bdh(ticker,field,start,end, "CDR = #A&#L") but im not sure what the equivalent should be for pdblp....
pdblp.bdh("SPX Index", "PX LAST", 20190101,2020101,elms = [("calendarCodeOverride","#A")])
So the above line works for just 1 override but if I want the Union of another code, thats where i'm sure how to do it, just like the one in Excel, return historical price with all trading days in exch code #A&#L
Thanks for any help given in adv!
The text was updated successfully, but these errors were encountered: