Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bloomberg Open API

Tags:

api

bloomberg

People also ask

Is Bloomberg Open API free?

Consumers will pay for any data received from the apps provided by third party developers, and so BB will grow their audience and revenue in that way. NOTE: Bloomberg is offering this programming interface (BLPAPI) under a free-use license.

Is there a Bloomberg API?

What is the Bloomberg Excel API? The Bloomberg Desktop API is a suite of Excel tools that allows you to query Bloomberg's underlying data for further custom analysis. Use the DAPI command to access the API's support documentation, including video tutorials.

What is Blpapi?

BLPAPI is the programming interface for Bloomberg's Desktop and Server API products as well as for Managed B-Pipe and Platform (http://open.bloomberg.com). Built on a flexible service-oriented architecture, BLPAPI supports both request/ response and publish/subscribe paradigms.


Since the data is not free, you can use this Bloomberg API Emulator (disclaimer: it's my project) to learn how to send requests and make subscriptions. This emulator looks and acts just like the real Bloomberg API, although it doesn't return real data. In my time developing applications that use the Bloomberg API, I rarely care about the actual data that I'm handling; I care about how to retrieve data.

If you want to learn how to use the Bloomberg API give it a try. If you want to test out your code without an account, use this. A Bloomberg account costs about $2,000 a month, so you can save a lot with this project.

The emulator now supports Java and C++ in addition to C#.

C#, C++, and Java:

  • Intraday Tick Requests
  • Intraday Bar Requests
  • Reference Data Requests
  • Historical Data Requests
  • Market Data Subscriptions

Edit: Updated Project link, moved to github


The API's will provide full access to LIVE data, and developers can thus provide applications and develop against the API without paying licencing fees. Consumers will pay for any data received from the apps provided by third party developers, and so BB will grow their audience and revenue in that way.

NOTE: Bloomberg is offering this programming interface (BLPAPI) under a free-use license. This license does not include nor provide access to any Bloomberg data or content.

Source: http://www.openbloomberg.com/open-api/


This API has been available for a long time and enables to get access to market data (including live) if you are running a Bloomberg Terminal or have access to a Bloomberg Server, which is chargeable.

The only difference is that the API (not its code) has been open sourced, so it can now be used as a dependency in an open source project for example, without any copyrights issues, which was not the case before.


I don't think so. The API's will provide access to delayed quotes, there is no way that real time data or tick data, will be provided for free.