Hi Refinitiv team, I am having an issue accessing Eikon via Python and I am getting
error eikon.eikonError.EikonError: Error code 504 | Server Error
I am working in my company's private network with a proxy. Refinitiv Eikon Desktop 4.0.62 is working on my machine. If I am exiting my company's network and connect directly to the internet, my Python code is working. Codebook is also working.
I am using Anaconda/Python=3.9
I have tried the following:
- Using a different Python library to access Eikon.
- Using a different computer on my company's network.
I am still getting the same error.
I am using the following Python code
import eikon as ek
ek.set_app_key('f1b8969aad9a4895b1c678c734a6d294528aa949') # app key replaced by my app key
df = ek.get_timeseries(["MSFT.O"],start_date="2023-01-01",end_date="2023-01-10")
Can you please help me troubleshoot this issue?
Best