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, I'm pretty beginner in asyncio so I could be wrong. Just want to point out that, in async def blp.live, ``` with subscribe(tickers=tickers, flds=s_flds, options=options, **kwargs): cnt = 0...

### Reproducible Example ```python import datetime from xbbg import blp fields = [ "PX_OPEN", "PX_HIGH", "PX_LOW", "PX_LAST", "PX_VOLUME", "EQY_WEIGHTED_AVG_PX", ] tickers = [ "CC1 Comdty", "CO1 Comdty", "CRB CMDT Index",...

I noticed when I recall function blp.bdib() at the first time retrieve data for a particular ticker-date-quote_type (ASK/BID/TRADE) combination, you store those data into local path \Lib\site-packages\xbbg\markets (that one save...

In case you want to override a flds with a string which is a date in the following format "yyyy-mm-dd", you have to remove the dash .. WRONG WAY: blp.bdp("IT0005045270...

Hi, it appears the CDR override is not implemented in the python API. Here are sample BDHs call for EURUSD Curncy using date range of all of 2022, done with...

Thank you for this amazing xbbg library in Python. I am trying to get the 10 second bar data using the blp.bdib function. However, interval is measured in minutes. Please...

Feature enhancement Request: Is it possible to implement BQL functionality same as Excel BQL Builder? Thanks

Hi would like to know how do I get the market depth with broker id using xbbg api

There were two reasons why AutoCI broke: 1. Since ubuntu-latest changed from 20.04 to 22.04 the python-3.6 no longer works. See this [this](https://github.com/actions/setup-python/issues/543) more details. 2. After pandas 1.5.3 the...