I would like to get fund holdings (LP40215045) by ISIN code using the API df = ld.get_data( universe = ['LP40215045'], fields = [ 'TR.FundName', 'TR.FundHoldingName(StartNum=1,EndNum=200)', 'TR.FundHoldingRIC(StartNum=1,EndNum=200)','TR.FdInvestorPctPortfolio(SDate=2021-12-31,EDate=2024-12-31,StartNum=1,EndNum=200,Frq=Q)'…
Hi Team, For this source Link: https://developers.lseg.com/en/api-catalog/eikon/eikon-data-api/documentation#eikon-data-api-usage-and-limits-guideline We noticed that several references in the document are dated “10‑Oct‑2019”. Could you please confirm whether the information regarding usage limits and related guidelines is…
hi, I would like to get all rics of chain of chain 0#LCO++ in python in 0#LCO++ , you have other chain 0#LCOc1++,0#LCOc2++,0#LCOc3++ , ….. how can I get rics under each chains using a function from 0#LCO++?
I am currently migrating our Python scripts for retrieving EA banks’ daily Price‑to‑Book, Market Capitalization, and Price Close data. Previously, these scripts used the eikon package; I am now updating them to use the newer lseg.data package. Both rely on the get_data() function. During this migration, I’ve identified two…
Client is looking at FX Option in SDR View and wants to incorporate this to API. He is is not looking for rates, but he is looking for FX Option in SDR View. Is this possible?
hello I know RDP using raw python requests but I am a newbie with lseg-data on a specific onlinereports image ( tag%3Areuters__com%2C2026%3Anewsml_LYNXMPEM2H0FS%3A1___tag%3Areuters__com%2C2026%3Abinary_LYNXMPEM2H0FS-FILEDIMAGE ), grabbing it is truncated (345 ko) even if response.is_success is true, response.errors is []…
hello, three questions : is it possible to access /data/news/v1/metadata/{QCODE} API with python lseg-data library ? is it possible to cache authentication token (in a file ?) in order to avoid extra authentications is symbology available in lseg-data ? I can not find it regards
We are interested in pulling prospectus data for companies that are about to go public. We found some of the data under Equity New Issues Deals through the Deal Screener app in Workspace. Is there any way to pull this data programmatically through the lseg-data Python library?
import refinitiv.data as rd from datetime import datetime, timedelta 1. Start your sessionrd.open_session() 2. Define parametersric = "JETFCNWECKMc1" end_date = datetime.now() start_date = end_date - timedelta(days=10*365) 3. Fetch historical dataAdded 'CLOSE' as a fallback/standard historical field namedf =…
It looks like you're new here. Sign in or register to get started.