Welcome to the LSEG Developer Community
Hi I m using 1.0.0-beta4 version for refinitiv. Data. Net package available into https://www.nuget.org/packages/Refinitiv.Data/1.0.0-beta4, and I m wondering if there is any planned date of end of life in the future for this version. Many thanks for your help
Is Refinitiv’s API service currently experiencing any issues? We would like to check in order to determine whether the problem is on our side or with Refinitiv. At the moment, our system appears to be unable to send or receive requests, and we are encountering the same error even when the proxy is disabled. Could you…
headlines_response = news.headlines.Definition( query = "fixed income AND euro zone AND LEN", date_from = "2026-04-13T14:00:00", date_to = "2026-04-14T08:15:00", count = 100 ).get_data() Is there a way to filter for “government bond yield”? as the filter I am currently using, fixed income, is returning some news article…
According to the article athttps://community.developers.lseg.com/home/leaving?allowTrusted=1&target=https%3A%2F%2Fdevelopers.lseg.com%2Fen%2Farticle-catalog%2Farticle%2Fbuilding-historical-index-constituents ,the get_constituents_as_of function is supposed to retrieve index constituents for a specific date. However, when I…
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']…
It looks like you're new here. Sign in or register to get started.