blp icon indicating copy to clipboard operation
blp copied to clipboard

Pythonic interface for Bloomberg Open API

Results 19 blp issues
Sort by recently updated
recently updated
newest added

#### Problem description The value of the field `ID_EXCH_SYMBOL` is `"ES"`, but it gets parsed as if it was sequence of distinct values instead: `["E", "S"]` #### Code to reproduce...

Hello, We are encountering this warning with BDH when some of the queried tickers have no information, how can we suppress it. FutureWarning: The behavior of DataFrame concatenation with empty...

The signature for `bdit()` is (from the docs): `bdit(security: str, event_types: Sequence[str], start_datetime: str, end_datetime: str, overrides: Sequence | None = None, options: Dict | None = None) → DataFrame`...

How difficult would it be to add in Portfolio Data (PortfolioDataRequest/PortfolioDataResponse)? In excel, it’s a bds formula, but not with the api. I’m fairly new to python, but was hopeful...

enhancement

Hello and thanks for the new release Is there no support for bsrch? Could you eventually give some hint on how to use the blpapi directly to retrieve isins from...

enhancement

#### Code Sample, a copy-pastable example if possible ```python from blp import blp sec_ids = ["US5949181045", "BMG0684D3054"] #BMG0684D3054 changed domiciles, but index won't update until monthend with blp.BlpQuery("****") as bbg_conn:...

enhancement

The result returned by the BDS request is usually a table, but for the convenience of my data processing, I would like to compress the entire table into a single...

To replicate, please query `BDS("FNR 2021-2 AI Mtge", "HIST_LOSSES")`. This is an agency CMO so that naturally should not return a real value, but I believe this should probably return...

bug

Is this a wrapper on BLPAPI terminal only of can I use with B-Pipe as well? If so how can I authenticate using that library?

enhancement
question