bpsmith / pybbg

Python interface to Bloomberg COM APIs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Accessing Bloomberg api on a remote host

vikaskumar30 opened this issue · comments

Hi

I have script which runs weekly. This requires bloomberg terminal to be logged on at the time of run. This is not the case several times and hence I am looking for a solution where
another user is logged on, during that time at a different machine.

So basically, lets say I have a bloomberg terminal logged on machine B and want to query it for data by running a script on Machine A. Both machines are windows machine. Is there any soultion to do this.
In a previous issue:
bpsmith/tia#19
Brian had posted a comment that one can use his service.py script for pybbg package.

Has anyone tried this script earlier. Could anyone guide in detail of how to use this.

Thanks