-
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…
-
Error on handshake url http://localhost:9000/api/handshake : DesktopSessionError(1, 'Status code ...
...400: App key is incorrect') Hello, It is bit strange that the same code with opening session via desktop workspace fetched news headlines data and for 2 days it throws credentials errors again: I tried to disable the eikon api key in my desktop workspace in api key generator and tried with a new key in config, It still…
-
Status code 400: Bad request on handshake url http://localhost:9000/api/handshake : {"code":400,"...
...message":"Application key is not valid." Im trying to run CODEBOOK code in Refinitiv Workspace.And I am having trouble using both options: i) ek.set_app_key('a5n...................4tu') ii) ek.set_app_key('DEFAULT_CODE_BOOK_APP_KEY') The error message is: Status code 400: Bad request on handshake url…
-
Issue with login to new RO account using v2 auth
I'm having an issue logging into my new RTO service account using v2 authentication and my Refinitiv representative asked me to post a question here. If this is the wrong forum for this question, could you direct me to where I should inquire ? I'm trying to connect using a Eta C consumer application. Ad s a sanity test,…
-
HTTP Error: Backend error. 400 Bad Request
Hi, I'm trying to pull some data with the following: screener_tsvx = "SCREEN(U(IN(Equity(active,public,primary))/*UNV:Public*/), IN(TR.ExchangeMarketIdCode,""TSXV"",""XTNX"",""XTSE"",""XTSX""), TR.AvgDailyValTraded20D>=GMEDIAN(ZAV(TR.AvgDailyValTraded20D),universe=""univ""), CURN=CAD)"…
-
[Error 400 - invalid_grant] error description
I am running below rd.get_data( universe=['LSEG.L', 'VOD.L'], fields=['BID', 'ASK'] ) and getting error RDError: Error code -1 | Error code -1 | Insufficient scope for key=/streaming/pricing/v1/, method=GET. Required scopes: {'trapi.streaming.pricing.read'} Available scopes: {'trapi.search.read',…