Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Python-Bloomberg Open API: Are there any examples?

I searched everywhere, including here, for an answer regarding the bloomberg open API for Python. I have two questions regarding this: 1. Is the historical data, such as historical prices, given for free? 2. If So, where can I find examples regarding how to retrieve this data? I tried to use pybbg but didn't manage to work with it. Also, the Bloomberg developers guide doesn't include Python guidelines.

like image 578
erantdo Avatar asked Aug 19 '13 00:08

erantdo


1 Answers

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

There is a folder called examples within the Python folder with example *.py files NoAdmin_DesktopAPI_SDK\API\APIv3\Python\v3.5.5\examples

like image 196
Maxim Avatar answered Oct 21 '22 14:10

Maxim