Bloomberg Server API and Ruby/Python

浪尽此生 提交于 2019-11-29 10:59:55

问题


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?


回答1:


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



回答2:


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/




回答3:


Here is a simple Client access API which I wrote with the help of the mentioned links as well as some others. Not everything is implemented but it is a good start.

https://github.com/bpsmith/pybbg



来源:https://stackoverflow.com/questions/4036009/bloomberg-server-api-and-ruby-python

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!