Is there a way to use the variables that were saved in the codebook/kernel even after restarting the whole LSEG Workspace. So I can use them the next day/week without retrieving the data again?
How to retreive any data using API which is using GRSUM function in excel?
Question, how do we get options-related data from refintiv desktop? Is that something you guys offer? Currently we get back stock price, order book, and trade data. What's the way to get back options order book and trade data? We're currently using this library for quote and trade data. # Determine event types based on…
User ID: bominxxx Permission: Workspace hosted internet. User used below scripts to test code: import lseg.data as ld import pandas as pd sss = ld.open_session() fields = ['TR.IndicatorName','TR.IndicatorType','TR.IndicatorSource' ,'ECI_ACT_DT' # GMT Date ,'ACT_VAL_NS' # Time ,'FCAST_PRD' # Period ,'ECON_ACT' # Actual…
Hi, Is there a way to use the variables that were saved in the codebook/kernel even after restarting the whole lseg workspace. So I can use them the next day/week without retrieving the data again?
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 = {…
It looks like you're new here. Sign in or register to get started.