import eikon as ek
API = ek.set_app_id('ECC3299DC668A7E4F5B9714F')
while True:
API = ek.set_app_id('ECC3299DC668A7E4F5B9714F')
print(API)
Data = ek.get_timeseries(['GGAL.O'],
start_date='2017-01-10' , end_date='2018-07-12')
print(DATA)
Data.to_csv('ADR_GGAL.O_ACTUALIZADO.csv',decimal=",",sep=";"))
I want to read my api constantly and have it printed on the screen. I do not know if my code is correct, I would like you to help me. On the other hand, it gives me an error:
HTTPError: <Response [403]>