I am trying to use bloomberg API with python. I can make calls to the API when I am on windows with bloomberg terminal running. However, I would like to access the api from a mac/linux machine. I installed the API on my mac using the steps highlighted here:
How to install Bloomberg API Library for Python 2.7 on Mac OS X
Then I setup windows as on a virtual machine with virtualbox
and used bridged connection
so I can ping to the guest and launched bloomberg terminal
However I still cant access bloomberg api
ERROR blpapi_platformtransporttcp.cpp:671 blpapi.session.transporttcp.{2}.<my-guest-ip-address:8194> Connection failed
has anyone done this?