-
Authentication problem{"error":"429" ,"error_description":"Request rate too high." }
Hi, I am using the Refinitiv Data Library for .NET, and everything has been working perfectly until now. For a few days now I have a problem that looks like this: I also tried sending a request (by Postman) https://api.refinitiv.com/auth/oauth2/v1/token, but the response is the same: { "error": "429", "error_description":…
-
Limit exceed exception 429 even in 14 req per minute
For Price History request limit is 30 request per minute but its giving error even in 14 request. Applied rate limiter as well, but then too its throwing exception. Could you please check the logs DSS hits and guide on the same. PFA the run and error required logs. Please let me know if you need more…
-
"Extractions/ExtractWithNotes" - 429 Error
Hello Team, We are running "Extractions/ExtractWithNotes" with ON Demand Approach for End of Day Pricing data. As per the Document BEST PRACTICES & FAIR USAGE POLICY(DOCUMENT VERSION 7.0) we can run 2 concurrent runs for this API and 30 hits to the API in a minute. But then too its giving 429 Status code, after few chunks…
-
python API error code 429
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…
-
(429 Too Many Requests) I have not been able to use the API for 4 days since this error message -...
(429 Too Many Requests) I have not been able to use the API for 4 days since this error message - is this not far too long?
-
DSS 429 Response
Query: "Hi I'm trying to find an example of a DSS 429 (too many requests) response body & headers in your docs so that we can handle it correctly but I can't seem to find one. Can you provide one please? Thanks" Edit/Update with more information: " I'm not asking that you provide and example request I can make to see this…
-
WebSocket | Receiving error code 429 when not connected to VPN
We are using Reuters WebSocket API and receiving different responses for different usernames (with or without VPN): Authentication request with credentials: Endpoint: https://api.refinitiv.com:443/auth/oauth2/beta1/token Username 1: Response: ERROR 429 {HTTP/1.1 429 Too Many Requests} Username 2: Response: SUCCESS 200…
-
Authentication Error : Failed to get access token 429 - {"error":"429" ,"error_description":"Req...
...uest rate too high." } While using rdpToken.py for Authentication, I am getting error that Failed to get access token 429 - {"error":"429" ,"error_description":"Request rate too high." }, https://api.refinitiv.com/auth/oauth2/v1/token API is used for Authentication.
-
get history function can not get the market data
hello,everyone,i have some problem need to help. everyday,we will use get_history to get market data,and we can get the data.but today,we use the same request to get the data,we get the empty result. but we find another problem, when we invoke "get data" function,we will get "too many requests,please try later",As shown in…
-
Error code 429 client error, want to know why this error occur and how to reset the time
Hi. Now, with the phrase error 429, the get_data function is not working and the get_history function is not working. I saw other people's questions and they said it's because they sent too many requests I don't know what the criteria for many requests are. Currently, I am only working on inserting data through get_history…
-
Error code 429 | Client Error: Too many requests, please try again later. Wait for X seconds.
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…
-
EikonError: Error code 429 | Client Error: Too many requests, please try again later. Wait for 51...
...602 seconds. This morning, I got this error message and I cannot use Eikon Python API now. I will be careful next time, but this penalty of 51602 seconds is equivalent to 14 hours or more, which means that I cannot use the programs that I have developed for trading today at all and my entire day will be wasted! This is…
-
limit change in EKION API requests
Hi there, I have been using EIKON API for a long time with the same configuration but this noon i have received a message indicating that i am limited "for too many request" and needed to wait almost 10 hours to start sending queries again. Is there a policy change in EIKON API request frequency? 2021-06-01 14:25:42,515…
-
Error code 429 | Client Error: Too many requests, please try again later. Wait for 1 second.
A user has the following problem: When he pulls data from Datastream in Python, he gets the following message relatively quickly: Error code 429 | Client Error: Too many requests, please try again later. Wait for 1 second. This does not happen when his colleagues run the same script on their account. What could be the…
-
Error code 429| Client error: Too many requests, please try again later. Wait for XXXXX seconds. ...
...How is this error caused and how can we prevent this error from happening? Recursive use of the get_timeseries() function in python.