I have two PCs in my office, one with Reuters Eikon and one with Bloomberg.
I have a program that use both of their APIs for downloading financial data (Bloomberg has some additional fields I need and Eikon gives unlimited data), but I've been struggling with finding a way to communicate with both PCs using a third device.
They have their vendor limitations: the Bloomberg API only works a Bloomberg terminal, while the Eikon API requires a running and logged Eikon instance. For security reasons I'm cautious about opening up ports and I would like to find a way to execute scripts on my local network. I mostly use Python.
So, what's the best way to execute scripts on two computers on the same network?