Python-Bloomberg Open API: Are there any examples?

I searched everywhere, including here, for an answer to the bloomberg open API for Python. I have two questions regarding this: 1. Are historical data, such as historical prices, provided free of charge? 2. If So, where can I find examples of how to extract this data? I tried using pybbg but could not work with it. In addition, the Bloomberg Developer Guide does not contain Python recommendations.

+4
source share
2 answers

If you download the installer and install it from http://www.openbloomberg.com/open-api/

In the Python folder there is a folder with example names with examples of * .py files NoAdmin_DesktopAPI_SDK \ API \ APIv3 \ Python \ v3.5.5 \ examples

+4
source

Go to Bloomberg API Libraries and upload the zip file instead of "self-extracting".

At the time of this post, you can download it right here .

Extract the files and you will find a folder called "examples". Enjoy it!

0
source

Source: https://habr.com/ru/post/1497716/


All Articles