Bloomberg Server API and Ruby/Python

2020-02-26 02:03发布

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?

3条回答
神经病院院长
2楼-- · 2020-02-26 02:46

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

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

查看更多
淡お忘
3楼-- · 2020-02-26 02:52

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/

查看更多
迷人小祖宗
4楼-- · 2020-02-26 02:55

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

查看更多
登录 后发表回答