I understand that this entity is not available in your database. Is there a field in the “get_data” Python command to say whether data for an entity (like 5001448514) is available or not, so that I avoid getting an error if I try to download them?
import os, time, pandas as pd import refinitiv.data as rd from refinitiv.data.content import filings as rfil CSV_FILE_PATH = "/Users/prince/Downloads/nwsheet.csv" COMPANY_NAME_COLUMN = "Company Name" COMPANY_ID_COLUMN = "Identifier" # RICs like AAPL.OQ, RELI.NS, etc. DOWNLOAD_DIR = "/Users/prince/Downloads/x" START_YEAR,…
Hi, I am interested in retrieving daily (or monthly) MSCI total return indices data (for a set of countries) via R/RStudio. I believe (please correct me if I am wrong) these data are in Eikon. From reading here on the platform I learned it is possible to use R. I guess what I ultimately need is API access to Eikon via R,…
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…
It looks like you're new here. Sign in or register to get started.