xbbg
xbbg copied to clipboard
An intuitive Bloomberg API
You can specify the server port in kwargs but no the server ip, it s always localhost by default in line 91 of conn.py if sess_opts.setServerHost('localhost') was replaced by sess_opts.setServerHost(kwargs.get('server',...
I am in London (unsurprisingly) so GMT+1 at the time of writing. So NYC is GMT - 4. Running this command (xbbg 7.5 on Python 3.7): ``` df = blp.bdtick('ESZ1...
Good afternoon, I've been working on the following code which give me 1 minute data in London hours between an interval: `df = blp.bdib('EURUSD Curncy', dt =('2021-08-10'),ref='CurrencyGeneric',typ ='TRADE')` `df =...
If your first bdib request is of interval x, further requests of interval y will reload data of interval x, unless cache=False is specified. Not a big issue, but not...
Fixed minor typo in TLS Options. Now users can only pass `tls_options` keyword whereas previously they would have had to pass both `tls_options` and `tlsOptions`.
As in excel, the bdh should have a possible parameter to allow for intraday datafetching. Bdip can do this but cannot adjust for cash etc..
**Code** blp.bdib(ticker='US912810FE39 Govt', dt='2018-10-17') **Error** : KeyError: 'Cannot find exchange info for US912810FE39 Govt' Is there a reason why bdib doesn't have data on US government bonds ? Thanks in...
BDP("MSFT US Equity", "VWAP", "VWAP_START_TIME=11:00:00", "VWAP_END_TIME=11:15:00") ANYONE KNOW HOW TO DO THIS QUERY USING BLPAPI OR XBBG
When we attempt to connect with app_name, xbbg connects fine but does not actually do the process of authentication using //blp/apiauth service as mentioned in the documentation (see screenshot from...
Hi, When looping over several EQS screens, it looks like the library doesn't wait long enough to get the answer from BBG. I tried with a loop over 5 screens...