-
I was trying to retrieve some news with the lseg-data python api, which worked fine yesterday, but t
-
Error code 429 with LSEG-data Python API
I am getting this error when calling ld.news.get_headline lseg.data._errors.LDError: Error code 429 | Too many requests, please try again later. although this was working fine up until yesterday. I have already been waiting for about a day. Could you kindly help me understand what's going on?
-
Error on pulling bond data using API
This is the following simple line of code that I am trying to execute: rdp.open_desktop_session(config["api_key"]) ek.set_app_key(config["api_key"]) session = rd.session.desktop.Definition(app_key=config["api_key"]).get_session() session.open() rd.session.set_default(session) fields = [ "TR.ISIN",…
-
SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1091)')))
Hello Team, Got this error during Run on Friday (15th Nov 2024), accessing "https://selectapi.datascope.refinitiv.com/RestApi/v1/Search/FuturesAndOptionsSearch" SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:1091)'))) Also following this error got one more error - DataScope Authentication failed…
-
Refinitiv Data Library for Python: Error code 429
Hello, I'm using the Refinitiv data library for python. In particular, I'm using the following function and have been getting some errors for too many requests. Using rd.get_history(), we were pulling data for a total of 6,458 RICs, separating the requests out into loops of 100 RICs and 3 fields. We've only submitted…
-
Refinitiv Data Library for Python: Call limits
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…
-
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…
-
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.
-
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: Time limit reset request
Hi I can't access data through in Python can you please help? I dont want to wait for this long this is 12 hours approx. can you reset the time limit please? Error code 429 | Client Error: Too many requests, please try again later. Wait for 48703 seconds.
-
API Data limits for eikon API PROXY
How is it possible to check data usage and see whether the limit is approaching?
-
ek.get_timeseries response 429
Hi, it appears that the eikon python api has entered the next stage of pre-release today, where the App Key from beta program stops working. I generated a new App Key and found out the limit is different than the beta stage. In beta, "the request is limited to 300 rics per request. Intraday is limited to 3000 points, and…
-
The API client is making too many concurrent requests, and some are being throttled (429)
We are repeatedly getting Error 429 (The API client is making too many concurrent requests, and some are being throttled.) to screening requests in Pilot. However there have no more than 6 at the time, which is considerably less than the suggested 50 limit. Is there a lower limit set for Pilot environment?