The most recent content from our members.
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…
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…
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…
...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 :…
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")
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
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 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
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;…
It looks like you're new here. Sign in or register to get started.