Hello, I am trying to download hystorical data by using python Eikon API but I got this error message:
2024-05-13 08:24:22,509 P[5976] [MainThread 23728] Error code 429 | Client Error: {"message":"Too many requests, please try again later."} Wait for 56138 seconds.
2024-05-13 08:24:22,509 P[5976] [MainThread 23728] HTTP request failed: EikonError-Client Error: {"message":"Too many requests, please try again later."} Wait for 56138 seconds.
As far as I understood this is related to the fact that I reached the limit for the amount of data; is it possible to increase this limit? if not, could you please suggest any workaround.
Thanks
Paolo