pdblp icon indicating copy to clipboard operation
pdblp copied to clipboard

pandas wrapper for Bloomberg Open API

Results 37 pdblp issues
Sort by recently updated
recently updated
newest added

I am not sure where to ask this question. Hence, I'm posting here although this is not an "issue". Apologies for the mess I want plot WTI futures curve at...

Hi Mathew , great library! I am trying to upgrade the version here and am getting the timeout message even if I increase to 500000. The code is: con =...

Hi, Thanks a lot for your work, I use this project a lot and really like it! I currently started using the bsrch function and it seems it uses the...

enhancement

#### Code Sample, a copy-pastable example if possible Hello, I am using pdblp package to gather supply chain data. But I am facing two problems. First, it just gives me...

question

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...

question

#### Code Sample, a copy-pastable example if possible ```python # Your code here, this should be a minimal reproducible example, see https://stackoverflow.com/help/mcve import pdblp import datetime as dt import pandas...

I can replace 'GSERFCI INDEX' with 'not a ticker' the program run fine but if I use 'GSERFCI INDEX'. code doesn't run poperly. no df_out and problem_tickers='index' . There are...

question

```python # Your code here, this should be a minimal reproducible example, see https://stackoverflow.com/help/mcve con = pdblp.BCon(timeout=7500) con.start() date_range = pd.date_range(start='20190701', end='20201225', freq='W-Mon') date_range = [date.strftime('%Y%m%d') for date in date_range]...

question

Hello guys, So I am trying to retrieve equity prices from Bloomberg using the pdblp module with the BDH function like this below. For some securities, there are dates for...

question

#### Code Sample, a copy-pastable example if possible # I get bloomberg data by calling the class BBHist and the function bbhist (see further below) data = a.bbhist(names_sec[sec], 'day_to_day_tot_return_gross_dvds', names_date.date().strftime("%Y%m%d"),...

question