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,