bpsmith / tia

Toolkit for integration and analysis
BSD 3-Clause "New" or "Revised" License
404 stars 165 forks source link

Accessing Bloomberg api on a remote host #57

Open vikaskumar30 opened 4 years ago

vikaskumar30 commented 4 years ago

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 thread: https://github.com/bpsmith/tia/issues/19 Brian had posted a comment that one can use his service.py script for pybbg package.

Has anyone tried this script earlier or does know of any other solution.

Also is a similar solution feasible for the tia package.

Thanks