matthewgilbert / pdblp

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

Parameters translation from Excel #70

Open zhongwei-yao opened 4 years ago

zhongwei-yao commented 4 years ago

Problem description

How can I use parameters not in the overrides, like "fill=p" and "days=a" in excel: =bdp("ISIN Code","PX_LAST","fill=p","days=a")?

matthewgilbert commented 4 years ago

This pdblp library wraps the Bloomberg blpapi library, which is written and maintained by Bloomberg. The blpapi library and the Excel Bloomberg library do not use the same backend, and thus the parameters they take in are not the same. From translation from Excel to blpapi (and also by association pdblp) I would either discuss with Bloomberg (HELP HELP in the terminal) or read the blpapi Developer's Guide https://www.bloomberg.com/professional/support/api-library//