I am working with the function get_timeseries(). For my research, I need to make a set of calls to this function in order to, with the data obtained and through a set of calculations, obtain a result. I have to repeat these operations a large number of times, and at first everything works perfectly. However, after performing a number of operations, this error appears:
"[MainThread 21440] Error code 429 | Client Error: Too many requests, please try again later. Wait for 46524 seconds."
I understand that this is because I have exceeded some kind of daily limit. Is there any way to extend/remove this limit, so that I can get all the results at once?
Thank you very much in advance, and sorry for the inconvenience.