gflores87

Results 5 issues of gflores87

Hi! the file for chapter 9 `loopForever.py` won't run since there's a Syntax Error at lines 8, 15, 21 and 22. It seems that for Python 3.7 the syntax `asyncio.async`...

Bloomberg and Excel integration is a painful experience. Adding xlwings makes it more so. Is there a way to ensure that all Excel formulas that use a Bloomberg requests are...

#### Code Sample, a copy-pastable example if possible ```python equity = con.bdib('SPX Index', '2019-04-19T01:00:00', '2019-04-22T21:00:00', 'TRADE', 1) ``` #### Problem description As of April 22nd at 8:03EST, the request for...

bug

#### Code Sample ``` import pdblp con = pdblp.BCon(debug=True, timeout=10000) con.start() test = con.ref(['IS7597250 Index'], ['VEGA_NOTIONAL', 'FIRST_TRADING_DATE']) con.stop() print(test) con = pdblp.BCon(debug=True,timeout=10000) con.start() test = con.ref(['IS7597250 Index'], ['FIRST_TRADING_DATE']) con.stop() print(test)...

Awesome tool, is it possible to add the axis handle to display the results into a subplot?