Hello,
I'm using the Refinitiv data library for python. In particular, I'm using the following functions and have been getting some errors for too many requests.
For rd.discovery.search() and rd.get_history(), I've been getting:
RDError: Error code 429 | Too many requests, please try again later.
For rd.get_data(), I've been getting:
RDError: Error code -1 | Too many requests, please try again later.
I have found a lot of threads quoting the Eikon limits, but I don't think the above functions involves sourcing data from Eikon.
What are all the limits for these functions (daily requests/volume limits, per second limits, and per request limits?)
Thank you!