Welcome to the LSEG Developer Community
Hi, I am not able to open CodeBook as it crashes after trying to load (Spawn failed - the latest attempt to start your server failed). Login works normally and I have tried clearing cache, restarting. Relaunching does not help either. If someone could help witht the issue, thanks :)
Getting error: "Asynchronous Query library internal error...." As per client, they're running a code that worked before but suddenly they're getting this error. Another thing, it seems error is intermittent. Sometimes it works sometimes it won't. They're using the following: df = ld.get_data( universe=instrumento,…
Client generated the attached python code but it does not seem to be working. Kindly seek your help to check and advise. Thank you
Error: "Backend error. Failed to deserialize backend response. Expected valid JSON. Error: invalid character 'R' looking for beginning of value" My account is hitting rate‑limit when calling News API for batch news retrieval. The server returns plain‑text Rate limit exceeded instead of standard JSON payload, resulting in…
ERROR pyeikon:json_requests.py:_raise_for_status()- Error code 500 | Server Error: {"code":500,"message":"Remote server did not reply in a timely fashion. Got no response after 60000 ms"} I've been getting these in the past 2 days. I cannot retrieve any data using python eikon API. How can I fix it?
In CodeBook, I open a notebook and run a cell, and the cell stays at [*] indefinitely. No output is ever produced. The kernel indicator shows "Restarting" and "Waiting", and it never settles into a connected/idle state. This happens with the sample notebooks as well as my own, and on every notebook I try. It behaves the…
I want to set up my data download pipeline....earlier our system was called Eikon now its called workspace.... we used a file called "eikon.cfg" not sure what we need to use now....how do we go about restarting the whole thing
We try to get ISIN codes from ChainRIC in Python.When we run following code but returned error. Does Python support get data by ChainRIC ? ----------------------------------------------------------------------- data,err = ek.get_data('0#GBBMK','TR.ISIN') data.head()…
My goal is to get company event data for a universe of firms. I am using Eikon API version 1.1.18. I am using the following python code to access the Earnings Call and Earnings Release Events data , err = ek.get_data([RICs],['TR.EventType','TR.EventType.date'],{'SDate':'2001-01-01','EDate': '-1AW','EventType':'ECALL:RES'})…
Hello everyone, I am retrieving company events through Python using the following code: data, err = ek.get_data( ["COPEC.SN"], [ "TR.EventTitle.Date", "TR.EventTitle", "TR.EventType" ], { "SDate": "-20Y", "EDate": "0D", "EventType": "ECALL" } ) data I would like to know whether there is a field or parameter that allows me…
It looks like you're new here. Sign in or register to get started.