Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Bloomberg Server API and Ruby/Python

Im looking to write a new application in ruby/python which uses a feed from bloomberg and am stuck trying to find any documentation for using (or even setting up) Bloomberg Server API with either of these languages.

Does anyone have any good links to tutorials for this or maybe some boilerplate code to get set up? Or is it best to just stick to the three main supported languages?

like image 401
Irfy Avatar asked May 13 '26 13:05

Irfy


2 Answers

The Bloomberg Open API (BLPAPI) v3.5 release now includes a native Python SDK.

http://www.openbloomberg.com/2012/11/21/open-api-blpapi-v3-5-x-released/

like image 198
Andrew Paprocki Avatar answered May 16 '26 04:05

Andrew Paprocki


Did you check out some questions at SO on this. It might help you

  • Bloomberg API request timing out
  • Asynchronous data through Bloomberg's new data API (COM v3) with Python?

Resolver is an spreadsheet implementation in IronPython and has a very good integration for Bloomberg API

  • http://www.resolversystems.com/documentation/apidocs/MarketData_Bloomberg.html
like image 26
pyfunc Avatar answered May 16 '26 04:05

pyfunc