Hi I have been able to navigate a bit using a lot of your articles but reconstructing the expired rics is tricky without examples Below was my attempt which was sucessful for recent expiry dates but not historical. index_ric = '.NSEI' options_contracts = rd.discovery.search(view = rd.discovery.Views.EQUITY_QUOTES,top =…
Hello, might not be the right product selection for this, but I know that while there is support for rtget and excel functions, was there some sort of python API or any sort of python plugin? For my purposes and the project that I am building I would like to use python for its scalability and its dynamism, and as of right…
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":…
It looks like you're new here. Sign in or register to get started.