Hey together,
I would like to connect to the Eikon API via Python. Currently I have the following versions installed:
Python: 3.9.16
eikon: 1.1.2
httpx: 0.14.2
Refinitiv Desktop 4.0.61
But I also tried with newer and different version of eikon (eg 1.1.16) and httpx (eg 0.23.3) but got the same. I am behind a corporate proxy, in case this is the problem, how can I add specific proxy information? I have already read some posts here, but nothing has really helped.
Following Error:
I have also changed the following setting:
I have an additional question: is it necessary to have the desktop version installed on the system? I only want to use Python API. For example, what would I do if I can't install the desktop version and want to get data through the API (e.g. in a Linux environment)?
Thanks a lot for the help
Marcel