Welcome to the LSEG Developer Community
I have disabled some of my App Keys on LSEG APPKEY page. I then updated my lseg-data.config.json file with an app key which has been disabled but yet, I am still able to access the API and retrieve data. Why does it still work even after being disabled? Also, how can I delete old app keys? I cannot find the delete function…
Hello! I am currently trying to retrieve news using the Python API. However, I cannot filter only english articles: the code I am using rn is the following: headlines_response = news.headlines.Definition( query = "fixed income AND euro zone AND LEN:EN", date_from = "2026-04-13T14:00:00", date_to = "2026-04-14T08:15:00",…
Why my kindem_app app key is suddenly not getting any responses? 2026-04-15 08:35:03 | ERROR | Eikon fetch failed: Error code 500 | Server Error: {"code":500,"message":"Remote server did not reply in a timely fashion. Got no response after 60000 ms"}
I have a client who has a Python code that they run to pull EPS FY2026 numbers However they say that every so often (about once every 5 attempts), it returns values for FY2025 instead They are seeking help to have the code checked to see what might be causing this Screenshot from the client has been provided as well Please…
Please help confirm if we support other programming languages for LSEG data libraries and guides similar to github LSEG API Samples · GitHub
In Codebook, for RIC AOFG.DE I get duplicate entries, which causes considerable problems in my workflow. For example, the commands import lseg.data as ld ld.open_session() RICs=['AAPL.OQ','AOFG.DE','ADSK.OQ']…
Dear LSEG developers, I am currently migrating the old codes based on the eikon package to the new lseg.data package. Specifically, I am retrieving intraday minute-level data. I am comparing the data retrieved with ek.get_timeseries() with the data retrieved through ld.get_history(). I noticed that there are a significant…
I am trying to follow the help guidance of modeling an interest rate swap (currently in SWPR) in the CODEBK application. However, I think I must be doing something wrong because I am seeing a variance between the two. Can you help with what I am doing wrong? I reached out to the LSEG Help Desk who assisted with developing…
It looks like you're new here. Sign in or register to get started.