Top "Bloomberg" questions

For programming questions related to the Bloomberg API, which provides financial news and data services.

Bloomberg C# API - How to Call BDP with different options/Fields

I am trying to migrate from Excel add-in to Bloomberg C# Desktop API. For simple calls like BDP("AB IB …

bloomberg
Bloomberg API in Python: How to Get Historical Reference Data

I'm trying to figure out how to get historical reference data through bloomberg api in python. Essentially, I am attempting …

python python-2.7 bloomberg
Bloomberg VBA API: How can I replace a BDS call with VBA and the BLPAPI?

I currently use BDS in the following manner: =BDS("FDS US Equity","TOP_20_HOLDERS_PUBLIC_FILINGS","cols=10;rows=20") I have …

excel bloomberg blpapi vba
How to open a specific bloomberg terminal page programmatically?

Is there a reliable way to open a specific bloomberg terminal page programmatically (e.g. "MSFT Equity")? I am open …

c# .net com dde bloomberg
How to get a live price snapshot in bloomberg?

I am looking to get a live price snapshot from Bloomberg .Net API 3 with C#. I can see from the …

c# api bloomberg
Bloomberg API: how do I associate request with response on IntradayBarRequest?

Unfortunately I am led on the forums to believe (but without 100% certainty) that the Bloomberg Desktop API does not allow …

python bloomberg
How to install Bloomberg API Library for Python 2.7 on Mac OS X

I'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 bloomberg
Python Bloomberg API pdblp intraday request

pdblp allows daily historical Bloomberg requests via: con = pdblp.BCon(debug=False) con = start() df = con.bdh(['SPY Equity'], 'PX_…

python api bloomberg