-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Accessing Bloomberg data from API with terminal running on host #19
Comments
Have a look at the service.py file in my pybbg project. Basically a cheap way to start a server on the Bloomberg machine and then access remotely. Has been a while but should be able to adjust with minimal modifications.
… On Feb 18, 2017, at 12:26 AM, Brett ***@***.***> wrote:
I may be taking a shot in the dark here, but I have a Bloomberg terminal running on the host machine, can I create a Docker container to connect to the session on the host so I can download data with the API, more specifically, using tia from within the container?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
do you open the bloomberg client,when you access data from bloomberg api? |
Hi @bpsmith 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. Also is a similar solution feasible for the tia package. Thanks |
I may be taking a shot in the dark here, but I have a Bloomberg terminal running on the host machine, can I create a Docker container to connect to the session on the host so I can download data with the API, more specifically, using tia from within the container?
The text was updated successfully, but these errors were encountered: