-
Problem with making extraction from DSS using REST API with Python
Hi, I am having issues when trying to retrieve output using the following code. It looks like the token is retrieved but after that the extraction output location is not identified. The error I get is: Error: 400 Client Error: Bad Request for url: https://selectapi.datascope.refinitiv.com/RestApi/v1/Extractions/ExtractRaw…
-
Postman Authentication returns 400, validation error
Postman authentication shows error. Please advise what is wrong. A screenshot is attached.
-
rdp Error400 Bad Request for Vol Surface data quantitative-analytics-curves-and-surfaces
Hi All, I am unable to retrieve data, I get error 400 "Bad Request". Here is my request: RESOURCE_ENDPOINT = "https://api.refinitiv.com/data/quantitative-analytics-curves-and-surfaces/v1/surfaces" requestData = { "outputs": ["Data"], "universe": [ { "surfaceTag": "Example Vol Surface", "underlyingType": "Eti",…
-
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?