Refinitiv Eikon API | Error code 401 - Eikon Proxy not running or cannot be reach
Hi,
since two weeks, I'm getting the following error:
Refinitiv Eikon API | Error code 401 - Eikon Proxy not running or cannot be reach
when I'm calling the timeseries fct in the eikon API (python and I'm log-in on refinitiv).
sample code:
import eikon as ek
ek.set_app_key('"xxxxx")
aggregate_swaps = ek.get_timeseries(['USDAM3L2Y=', 'USDAM3L30Y='], interval='daily', start_date='2000/01/01')
Thanks,
Find more posts tagged with
See screenshot below, I'm log-in on eikon app:
My .bat file was running well for the past 1Y and suddently, since August, it is not working.
I ran a system test:
The two failed are:
Data Retrieval: Fail with RIC UTX.N. Cause: Response data error
Streaming Availability: Fail with RIC /3408.T
+ I'm able to run my code on the codebook eikon application.Hello @Jonathan.Gregoire
Have you tried the steps in this Eikon Data API and Refinitiv Data Library - Troubleshooting article?
Hello @Jonathan.Gregoire
This could be the API proxy or Eikon app issue (your code is valid and works fine). I have created a support ticket nubmer 12879286 to the Eikon support team on your behalf.
The Eikon support team will contact you via a separate email thread.
Hello @Jonathan.Gregoire
This could be the API proxy or Eikon app issue (your code is valid and works fine). I have created a support ticket nubmer 12879286 to the Eikon support team on your behalf.
The Eikon support team will contact you via a separate email thread.
Hi @Jonathan.Gregoire ,
It seems as though you might not be running the Eikon Desktop App on your machine, therefore the Python Library cannot find its proxy and use it to authenticate you to the LSEG data services.
For more information on the Eikon Desktop App and how it relates to the Refinitiv Data Library & Eikon Data API for Python, please read this article.