For programming questions related to the Bloomberg API, which provides financial news and data services.
I am trying to migrate from Excel add-in to Bloomberg C# Desktop API. For simple calls like BDP("AB IB …
bloombergI'm trying to figure out how to get historical reference data through bloomberg api in python. Essentially, I am attempting …
python python-2.7 bloombergI am looking to get a live price snapshot from Bloomberg .Net API 3 with C#. I can see from the …
c# api bloombergUnfortunately I am led on the forums to believe (but without 100% certainty) that the Bloomberg Desktop API does not allow …
python bloombergI'm trying to setup my Mac OS X system to use the pdblp Python library which requires me to first …
python macos python-2.7 bloombergpdblp allows daily historical Bloomberg requests via: con = pdblp.BCon(debug=False) con = start() df = con.bdh(['SPY Equity'], 'PX_…
python api bloomberg