matthewgilbert / pdblp

pandas wrapper for Bloomberg Open API
MIT License
240 stars 69 forks source link

Override release date #96

Open ayalon6 opened 3 years ago

ayalon6 commented 3 years ago

Hi

I am trying to get data with the actual release date and not the "default" date

con.bdh('BNCCINDX Index', 'PX_LAST' , '20200101', '20210620', ovrds=[('RELEASE_DATE_OVERRIDE', 'REFERENCE_DATE')])

getting 2021-06-11 PX_LAST=65.9727 expecting it to be on the 2021-06-14 using the XLS plugin it works. =BDH("BNCCINDX Index","ACTUAL_RELEASE","01/01/2020"," ","release_date_override=1","cols=2;rows=77")

Thank you very much

matthewgilbert commented 3 years ago

I would contact Bloomberg Help related to this since this is a question relating to the underlying blpapi library.