xbbg icon indicating copy to clipboard operation
xbbg copied to clipboard

An intuitive Bloomberg API

Results 29 xbbg issues
Sort by recently updated
recently updated
newest added

Hi guys, trying to see if anyone has any tips on how to pull multi day bardata i.e. passing start and end dates. Current implementation only supports single day. Was...

Greetings! First of all, awesome package - it has already saved me a lot of work fiddling with `blapi` directly. I'm invoking `blp.bdib()` in a loop, iterating over a few...

Hi, I noticed that for the blp.bdtick function certain exchange codes aren't registering i.e. "GY", "IM", "SE". GY = Xetra IM = Borsa Italiana SE = SIX I realized that...

Hi team, Thanks a lot for the project! it has been immensely helpful. I've been trying to get some risk data for interest rate swap contracts with BDP. Mainly using...

Hi team, This is an amazing product, very easy and flexible to use in python environment. Just wonder if we have a plan to include DTK API in the package...

refer to the blpapi guide, I can set the interval for subscription. but xbbg does not pass the interval or any option argument to blpapi. For example, If you want...

Trying to set up a live feed as shown in the Jupyter example unsuccessfully: ``` async for snap in blp.live(['ESA Index', 'NQA Index'], max_cnt=2): print(snap) ``` Tried to define an...

Hi, Are you considering adding CDR on bdh ? specifying CDR=5 forces bdh to return a 5 day a week dataset. I know we can specify Days='W' but for certain...

Any ways to not sort the index of the dataframe returned by bdp function, if the input is a list of tickers?

Hi, I am using the following code to get the Pre-market data for QQQ (4am -9:30am EST): tmp_df = blp.bdib('QQQ US Equity', dt=date, session='pre') However, the above statement returns a...