truebrew

Results 3 issues of truebrew

Hi, Matt. I have tried the following with many variations (i.e. PCS, PricingSource, pricingsource) and it doesn't seem to work. Any clues? ```python con = pdblp.BCon(timeout=5000) con.start() df = con.bdh(tickers=['AY24...

question

Does it sound like a good idea to accept a Pandas DataFrame with Datetimes as indices and values as column as input? It would save the step of converting to...

In Bloomberg Lab it is possible to request axes by dealer. It returns data from runz received from dealers. bql.Service().data.axes_by_dealer() Does the library support this? Is it possible to incorporate?