-
EikonError: Error code 404 | Backend error. Failed to deserialize backend response.
Hi, everytime I use the get_data function, I get following error: EikonError: Error code 404 | Backend error. Failed to deserialize backend response. Expected valid JSON. Error: invalid character '<' looking for beginning of value During handling of the above exception, another exception occurred: Traceback (most recent…
-
trying to connect to eikon api - error 404
I'm trying to get data in the Eikon api in Python. i run the following code: import eikon as ek API_KEY = "my_api_generated_from_eikon" ek.set_app_key(API_KEY) df = ek.get_timeseries(["MSFT.O"], start_date="2023-01-01", end_date="2023-01-10") but i get the following error: 2023-11-27 13:10:29,087 P[12100] [MainThread…
-
How to solve Error python error 404 error
Hi, i'm unable to access the Eikon data API, i get the following : HTTP request failed: EikonError-Client Error: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Error</title> </head> <body> <pre>Cannot POST /api/v1/data</pre> </body> </html> Already tried every single solution discussed in related…
-
WORLD CHECK ONE API | V2 | return 404 while calling | POST | cases/{<!-- -->{case-system-id}}/scr...
...eeningRequest Hi I am using worldcheck One Api and i am using your collection request SEQ-screen-async: Screen an existing case (asynchronous) NOTE : i put **** in public and secret key here but in code i use real one. Method : POST URL :…
-
What is the cause of this error: P[25380] [MainThread 22280] Error code 404 | Client Error:
I tried running the following script and got this error. How do I know if this is because of some configuration error or if I simply don't have permission to extract this data? import eikon as ek df = ek.get_timeseries(["MSFT.O"], start_date="2016-01-01", end_date="2016-01-10")
-
404 error The requested resource is not found - Can't connect to APIProxy
Hi - trying to connect to get data with the api, but evrery time I use an api's functionit gives me a 404 error. Followed that guide for a solution, but my ApiProxy and SxS file are different from what is shown in the guide. And I get the same 404 error running the following code : import eikon as ek ek.set_log_level(1)…
-
https://api-worldcheck.refinitiv.com/v2/groups此接口报404
https://api-worldcheck.refinitiv.com/v2/groups此接口报404
-
need a help with Python API. It had been working until today (getting Error Code 404)
I need a help with Python API. It had been working until today (getting Error Code 404). Wondering if someone can help me quickly check something. eikon.eikonError.EikonError: Error code 404 | Client Error: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Error</title> </head> <body> <pre>Cannot POST…
-
I encountered some tricky problems
I encountered some problems at Workflow to subscribe to Alerts,I want to send some messages to the "https://api.refinitiv.com/alerts/v1/news-headlines-subscriptions/IBM.N"by way of 'get',But the response is 404,Can you give me some help
-
Error code 404 | Client Error
Hi, since Monday I am experiencing the following error, when running a python script in which I fetch some data: Error code 404 | Client Error: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd"> <HTML><HEAD><TITLE>Not Found</TITLE> <META HTTP-EQUIV="Content-Type" Content="text/html;…
-
Error in retrieving data Error code 404
i'm having this error msg when trying to retrieve data through API. everything has worked fine since just recently. didn't change any thing in my virtual env. can anyone advice what went wrong?
-
Simple eikon query returns 404 error
Hi, Starting this morning, I keep getting 404 errors from simple query in Python layer. Please see screenshot below. But the desktop app works fine. Anyone has idea on how could this happen?
-
404 error when pulling I/B/E/S data
Hi, I am trying to get I/B/E/S data through the refinitiv API with python but I keep on getting a 404 error. I use python 3.7 and this is the endpoint I use: https://api.refinitiv.com/data/estimates/beta1/viewsummary/annual My authorizations are fine, I run other code examples and I get the data correctly. Also I am using…
-
THE REMOTE SERVER RETURNED AN ERROR: (404) NOT FOUND
Hi. Our system have multiple users simultaneously calling the API for different functions like creating, screening and fetching case records. Since moving to AWS servers we are experiencing multiple errors with the response THE REMOTE SERVER RETURNED AN ERROR: (404) NOT FOUND. Support suggested the following remedy. ""…
-
Error 404 New machine
Hi, I changed my machine today and now I have this error message when I run an API query : EikonError: Error code 404 | Client Error: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd"> <HTML><HEAD><TITLE>Not Found</TITLE> <META HTTP-EQUIV="Content-Type" Content="text/html;…