I recently moved to a new work machine and am unable to get the eikon python api working. This was working on my previous machine.
- I have eikon desktop running
- I have an app id which I am able to register with the python api.
- When calling get_data() I get errors such as the below:
020-09-29 09:19:04,160 P[28316] [MainThread 19712] Error code 502
I think the eikon can't get past our corporate firewall.
Is it possible to specify the proxy for the eikon process to use? (Note I have the env variables HTTP_PROXY/HTTPS_PROXY set and confirm they WORK for other http requests in python)
import eikon as ek
ek.set_app_key('....'')
ek.get_data('CL', 'Close')