Hi, I try to get "total liabillities" data through the report screen as you can see on the picture. I need to get total liabilities from FY0 - FY-24 (so last 25 years). However I get NA for all cells. I click on time series and then put the last 25 years there. What do I do wrong?
Hi, I'm trying to fetch historical and live data for a few commodities, but the data field returns NA. The help desk recommended reaching out to you because it seems an issue on your side. Can you please check? import refinitiv.data as rd rd.open_session() cm_hist = rd.get_data( universe = [ 'LCOc1', 'CLc1', 'TRNLTTFMc1',…
Hello! I'm trying to get the RICs for all stocks listed on the Shanghai Stock Exchange, but it seems to keep returning an empty table. Does it support SQL queries? Or where can I verify this myself ? like which place in the workspace to check if it's written correctly? tks. df = rd.discovery.search(…
Can you let me know where to download the Eikon/LSEG Python packages and whether they are available for installation through pip?
Started facing cert issue recently while fetching Filing data both using API via python as well as on API Playground {"errors":[{"message":"Exception while fetching data (/FinancialFiling) : unable to find valid certification path to requested…
I need a script to download this information for the attached RICs. Could you help? STRIKE_PRC CPPM_RCCHM FLPM_RCCHM LOGNV_RMID NORMV_RMID STRDPM_RM RICs attached Thanks
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++?
It looks like you're new here. Sign in or register to get started.