Hello In VS Code using EIKON when I use Import lseg.data ad ld then I get the message "could not be resolvedPylancereportMissingImports"
=@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…
Hi, I'm interested in retrieving historical joiners and leavers for stock exchanges. I've gone through a number of Q&As and am aware that there is functionality to obtain historical joiners and leavers for the main stock INDICES, but I wanted to know if the same exists for stock EXCHANGES. For example, the code below…
It looks like you're new here. Sign in or register to get started.