I am coding in python with your desktop eikon api to try and extract the latest leaders and laggers across different asset classes inc fx, stocks, bonds, etf and crypto assets but failed I also trying to extract based on news but theres only broad economy news which i cannot zoom into asset specific .. how do i screen for…
Hello In VS Code using EIKON when I use Import lseg.data ad ld then I get the message "could not be resolvedPylancereportMissingImports"
Hello, I have an RDP (RDPv1) based C# (LSEG.Data v. 2.1.0) application that randomly gets "existing connection was forcibly closed by the remote host" on endpoint requests (like Fundamentals, but not exclusively). See the attached trace in the 2 small extraction files. 1. What is a possible cause of this? 2. Why the…
=@RDP .HistoricalPricing("FGBLc1","TRDPRC_1","START:16-Jun-2025 END:04-Sep-2025 INTERVAL:PT1M SOURCE:RFV",,"RH:Timestamp")
How do I get the constituents of nifty 50 which is depicted by INNSE50 or .NSEI , I can see that on the datastream navigator but i want to extract via python code. I am trying to use this, df, err = ek.get_data( instruments = ['INNSE50'], fields = ['TR.IndexConstituentRIC', 'TR.IndexConstituentName'], parameters = {…
How to access data for commodity RIC LTF24^2; LTG24^2, etc. via python? Code below doesn't work. Thank you
I have a python script to down load news data using this function response = news.headlines.Definition(ric, date_from=start, date_to=end, count=999999).get_data() I am attempting to down load bulk data for a list of 600 RICs by passing one RIC at a time into the function above. About 20 RICS in I get the following error.…
Looking at the LSEG Data Library for Python developer site, I see that there are a few different modules in the access layer. Could you please share the documentation for each of these? Additionally, is there anyone available for a meeting, to quickly go over the technical bits of this offering?
Hi, I'm trying to pull the historic USDSROIS1M data but even after I specify the start date and interval, it only gives the latest 20 data points. Is there a way to pull historic data up to 1y range?
Code: import lseg.data as ld ld.open_session(name="platform.ldp",config_name=r"C:\Users\alekyn\PycharmProjects\lseg-data.config.json") Config File { "logs": { "level": "debug", "transports": { "console": { "enabled": false }, "file": { "enabled": false, "name": "lseg-data-lib.log" } } }, "sessions": { "default":…
I am trying to open a platform session in Python using the following guide: Example.DataLibrary.Python/Examples/4-Session/EX-4.01.01-Sessions.ipynb at lseg-data-examples · LSEG-API-Samples/Example.DataLibrary.Python · GitHub However, it systematically fails. The code either runs indefinitely or returns a timed-out error. I…
It looks like you're new here. Sign in or register to get started.