Bloomberg help isn't very helpful for their API. Can anyone please explain how to replace PX_LAST
with the dividend adjusted price field. I have attempted the following but have been unsuccessful
import pdblp
con = pdblp.BCon()
con.start()
df2 = con.bdh(['NQ1 Index', 'DM1 Index'], ['PX_LAST'],
'20061227', '20061231', elms=[("periodicityAdjustment", "ACTUAL")])
The best place to look for this information is in the
BLOOMBERG OPEN API – REFERENCE SERVICES & SCHEMAS GUIDE
. To access this, from a Bloomberg Terminal goWAPI <GO>
->API Developer's Guide
.These are from page 20
BLOOMBERG OPEN API – REFERENCE SERVICES & SCHEMAS GUIDE
An example of this is showing Apple with and without the split adjustment incorporated is.