hi , when i use python to get some data from eikon, i got this error
Error code 429 | Client Error: Too Many Requests - Too many requests, please try again later
and this is my code:
import eikon as ek
ek.set_app_key('*********')
df = ek.get_timeseries("USCPI=ECI",start_date="2018-01-27",end_date="2019-01-27",interval='monthly')
how can i fix this problem,thx