Dear LSEG Developer Portal Support Team, I am contacting you to request guidance on a data extraction task that I need to perform through Python. I need to retrieve the listed companies for 13 countries: Norway, Sweden, Denmark, Finland, Spain, Belgium, France, Italy, the Netherlands, Germany, Austria, Portugal, and…
the ric is DE10YT=RR
1. It appears that it is not possible to retrieve historical data (price, yield, fundamental data) using the TR.organizationID field. Could you confirm if this is the case, or if there is a specific API function we should be using for this purpose? 2. We have noted that TR.organizationID serves as a company identifier…
My Workspace user is struggling to get history out of the WS API. She sees error “TS.Intraday.UserNotPermission.92000, User has no permission' when trying to pull data on 'EUR=' using the 'get_history' function. She has confirmed she sees a chart of EUR= in desktop WS. Any ideas? Does the API need to be permissioned…
I'm using the lseg-data Python package (v2.1.1) to retrieve corporate bond data. What works: ld.discovery.search(view=GOV_CORP_INSTRUMENTS, filter="IssuerName eq 'Apple'") returns active bonds (AssetState=AC) ld.get_data(universe=['US03785EPC20'], fields=['TR.FiOriginalYieldMaturity'], parameters={'CH': 'Fd', 'RH':…
Client is asking they need a chart showing the quotient of money quantity M2 and margin Debt in cbook. Can you please help with the formula I also need -> US Margin Debt and then in CBOOK -> M2/ Margin Debt as chart
import refinitiv.data as rd import pandas as pd ── Config ───────────────────────────────────────────────────────────────────START_DATE = "2023-01-01" END_DATE = "2026-06-10" MONTH_CODES = { 'F': 1, 'G': 2, 'H': 3, 'J': 4, 'K': 5, 'M': 6, 'N': 7, 'Q': 8, 'U': 9, 'V': 10, 'X': 11, 'Z': 12, } MONTH_NAMES = { 1: 'Jan', 2:…
The client wanted to get all historical data for RIC FCPOQ26-U26. I had provided him the below code: import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = ['FCPOQ26-U26'], fields = [ 'TR.CLOSEPRICE(SDate=2025-08-18,EDate=2026-06-10).date', 'TR.CLOSEPRICE(SDate=2025-08-18,EDate=2026-06-10)' ] )…
I am replying to this case with a new issue because it appears related. RIC NCLH FY 2027 Earnings Per Share Smart EPS when pulling using a date parameter for yesterday returns an erroneous value of 2.65126 and then when pulling using no date parameter it returns the correct 2.03 value. This has been happening every day for…
One of user is asking, The Discovery Symbology API (image below) is designed precisely to map between different identifiers (RIC, ISIN, CUSIP, PermID, etc.) and supports an internal identifier called DatastreamId among the “LSEG specific and heritage identifiers.” So this works for Equities / ETF and similar. Please…
It looks like you're new here. Sign in or register to get started.