-
Refinitiv workspace exe gets hang sometimes and gives bad request error 400
I am using Refinitiv Data Platform libraries for .Net through Desktop session. It works fine usually but sometimes Refinitiv workspace gets hang and I start receiving backend error: 400 bad request. It doesn't work even after service restart and machine restart also. During this process, I receive below error sometimes:…
-
Reusing desktop session for multiple requests
Hi, I am using single desktop session to serve multiple data requests. Could this create intermittent slow response from data api? Could this be reason of intermittent bad request error 400? if (session != null && session.OpenState == Session.State.Opened) { var cts = new CancellationTokenSource(new TimeSpan(0, 2, 0));…
-
lseg.data.get_data running for around an hour and returning error
When fetching daily prices for 200 bonds using ISIN identifier, usual time taken is around 40 seconds, but sometimes the request takes around an hour and returns either "Backend error. 400 Bad Request" or "Asynchronous Query library internal error". API Logs attached. Code used When same request is retried either it fails…
-
Not able to download data shareholders data for 4000 RICs
I am running the code in my local jupyter notebook. I am trying to download the data for around 4000 tickers. But after some requests I get 400 Bad request error randomly. Can you please help me in resolving it??I have divided the tickers in 20 20 chunks per request. But this issue still persists. My code is below:…
-
to maintain stability
I'm trying to retrieve the latest data, and it was working until yesterday. However, when I checked today, it stopped working. I have attempted some solutions, such as restarting and clearing the cache, but it is still unstable. Could you advise me on the best way to maintain stability? import lseg.data as ld config =…
-
400 backend bad request with refinitiv-data
Hi Team, We get 400 bad request error with refinitiv data api. "Backend error. 400 Bad Request Requested universes: ['AAPL.OQ']. Requested fields: ['TR.IPODATE', 'TR.OFFICERNAME', 'TR.OFFICERTITLE', 'TR.OFFICERTITLESINCE', 'TR.OFFICERAGE', 'TR.ODOFFICERBIOGRAPHY', 'TR.COMPANYINCORPDATE', 'TR.ODOFFICERRANK',…
-
Extremely slow and inconsistent API
rd.get_data(batch,["TR.RIC","TR.ISIN","TR.PriceClose(SDate=0M,Curn=INR)","TR.CLOSEPRICE(SDate=0M,FILL=PREVIOUS,Adjusted=0,Curn=INR)","TR.SharesOutstanding(SDate=0M)",'TR.GICSSector','TR.GICSIndustry','TR.GICSSubIndustry','TR.AssetCategory']) I have a variable ric_list which contains approx 2k RICs. In the above code, I try…
-
Backend error. 400 Bad Request, ESG score retrieval
Dear Developer Community, I want to download ESG and Pillar scores for all US stocks from 2011 to 2023 on a quarterly basis via the Eikon Data API. I am using the get_data(..) function with the following specifications fields = ["TR.TRESGScore", "TR.EnvironmentPillarScore", "TR.SocialPillarScore",…
-
eikon error status 400
Hi it shows my app key is incorrect and error status is 400. how to solve it?
-
WC1 API :Error with status 400
Its new case, not sending any case ids in payload, but getting this error: Status 400. error":"CASE_ID_EXISTS","cause":"Case IDs must be unique within the same client and request."
-
eikon api, error code 400 | Backend error 400 Bad Request
When I get data with loop, there is an error, "error code 400 | Backend error 400 Bad Request" It was working properly some times, but iterating, at last encounter this error.
-
Eikon Error 400: App Key not working
Hi, I'm facing an issue where my API key is valid but I can't get it to work. I've tried using both Jupyter Notebook and CodeBK, but it's not working. Does anyone know how to fix this?
-
Error fetching data for given date. Error code -1 | Backend error. 400 Bad Request Requested univ...
...erses Hello I am running an Eikon API code through Python to generate Excel output for different indices every quarter from 2000-2022. However, on several occasions, the code generates the following error on a given date: Error fetching data for 2012-10-01: Error code -1 | Backend error. 400 Bad Request Requested…
-
Python EIKON api : 400 error..intermittently...while only trying to load one Single DataPoint even
Hi, while the 400 error seems to be happening for a lot of users (for my complete team now ...all the time to the point of Refinitiv being unusable), there is not real solution it appears? Can you pls advice? df,err=ek.get_data("EUR=","BID") 2024-01-15 12:25:33,308 P[44608] [MainThread 27964] Backend error. 400 Bad Request…
-
eikon.eikonError.EikonError: Error code 400 | Backend error. 400 Bad Request second day in a row
Hello team, I'm using the eikon Python API library to get some economic data from the terminal. For the second day in a row and throughout the day, the error “eikon.eikonError.EikonError: Error code 400 | Backend error. 400 Bad Request.” I've read previous topics about the system being full, but I barely use the eicon…