Bloomberg 服务器 API 和 Ruby/Python
我希望用 ruby/python 编写一个新应用程序,该应用程序使用来自 Bloomberg 的提要,并且一直在尝试查找使用(甚至设置)使用这些语言中的任何一种语言的 Bloomberg Server API 的任何文档。
有没有人有任何关于此教程的良好链接,或者可能有一些用于设置的样板代码?或者最好只坚持使用三种主要支持的语言?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Bloomberg Open API (BLPAPI) v3.5 版本现在包含本机 Python SDK。
http://www.openbloomberg。 com/2012/11/21/open-api-blpapi-v3-5-x-released/
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/
您是否在 SO 上查看过一些关于此的问题?它可能会帮助您
是 IronPython 中的电子表格实现,与 Bloomberg API 具有非常好的集成
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
这是一个简单的客户端访问 API,我在提到的链接以及其他一些链接的帮助下编写了它。并非所有内容都已实施,但这是一个良好的开始。
https://github.com/bpsmith/pybbg
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