Could you help me with code that can return me the top news on workspace API?
Hi Team, May I know if we have a service that retrieves documents? Specifically for the retrieval of the following: For ETFs: 1. Annual Report 2. Interim Report 3. KIID 4. FactSheet 5. Prospectus For Bonds: 1. Prospectus 2. Final Terms 3. FactSheet For Stocks: 1. Fillings 2. Earnings 3. Annual Report
I am writing to inquire about API service of LSEG Workspace for document retrieval for investment products.I would like to ask if there is such service?With such service we would like to be able to getFor ETFs1. Annual Report2. Interim Report3. KIID4. FactSheet5. ProspectusFor Bonds1. Prospectus2. Final Terms3.…
Query, I wish to create a python script to download sovereign ratings at a given date for all available sovereigns data. Is there an python API for this? I am not able to find RIC for sovereigns, for example take United States. We have shared the sample script import refinitiv.data as rdrd.open_session()df =…
Hi, I would like to automatically retrieve if possible via Eikon API in python the list of all the datapoints involved in the calculation of E - S and G pillars (e.g TR.PolicyWaterEfficiency, etc). I need the whole list of datapoints used in the calculation for all kind of sectors
Why does this code not work?? df, err = ek.get_data(['M312WZV08Y7LYUC71685@LEI' ,'5493004D82XDFVPWQJ91@LEI' ], ['TR.TotalAssetsReported','TR.TotalAssetsReported.currency']) df I need a script that fetches tickers or total assets/ratings/PD data from a list of LEIs (which may be non-public or small). There must be a way,…
Hello, I'm using the API Workspace via Python, and sometimes I encounter the following error message: "An error occurred while requesting URL(). ReadTimeout('timed out')" I want to handle this error using except Exception or except TimeoutError, but it doesn't seem to be recognized as an error by Python. As a result, the…
Why does import lseg.data as ld ld.open_session() start = '2024-09-23' end = '2025-03-24' ld.get_data( universe=['8729.T'], fields=['TR.ClosePrice', 'HST_CLOSE', 'CF_CLOSE', 'TR.PRICECLOSE', 'TRDPRC_1'], parameters = {'SDate': start, 'EDate': end}) and import lseg.data as ld ld.open_session() start = '2024-09-23' end =…
What function is more suitable for retrieving historical prices? Gas hub futures & spot prices. PEG → PEGMc1 THE → THEMVc1 PVB → PVBMc1 PSV → PSVMc1 NBP → NBPMVc1 2. Exact API formulas / endpoints Which are the exact equivalent endpoints in the Codebook API (or Enterprise API, if different) that replace the historical…
Why are there certain companies wherein Contact Email Address is not aligned in Python. Sample companies are OILI.NS’ , ‘ASPN.NS. Data is aligned in both excel and product. Code used : import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = ['OILI.NS'], fields = [ 'TR.FirmInvestorId(SDate=2025-08-31)',…
It looks like you're new here. Sign in or register to get started.