-
diff between desktop and plateform python
hi, i try to request the api with the lseg lib with import lseg.data as ld the problem is : with theses fields FIELDS = [ "TR.CommonName", "TR.CouponRate", "TR.FiCouponFrequency", "TR.FiDayCountCode", "TR.FiNumberAccruedDays", "TR.FiCouponEffectiveDate", "TR.FiNextPayDate", "TR.FiMaturityDate", "TR.AssetCategory",…
-
BOND DATA RETRIEVAL - API USAGE
Hello, I am a Master student and my university provides me with the access to Refinitiv Workspace. For my thesis I would like to download data for Bond Indeces; however, as I have never used a Refinitiv API directly in Python, can anyone help me and explain me how to use it? Thank you so much. Alessandro
-
IS it possible to automatically download the LSEG dataset that shows physical cargo flows of Coal?
Client is looking for a way to automatically download the LSEG dataset that shows physical cargo flows of Coal. ** In the LSEG workspace, it is possible to retrieve such a dataset as a STATIC EXCEL ONLY via: COAL > Flows > Trade Flows Explorer > Coal, refer to the screenshot provided. But this requires to always navigate…
-
Is RDMFieldDictionary Globally the same?
Hi team, If an instance of my application is consuming Refinitiv data from multiple feeds, e.g., EDF_ASX, EDF_CHA and more, and if I load the RDMFieldDictionary using one of the feeds, would it matter which feed is used? If the Dictionary is not same across feeds, is there a feed that provides a superset, e.g.,…
-
How can I access earnings call transcripts, presentations and their sentiment through the API ?
Hi, In Workspace, under Events for TTPW.NS (Tata Power), I can open "Q1 2027 Tata Power Company Ltd Earnings Call". It shows an edited transcript, corporate and analyst participants, presentation sections, related transcripts, and a Sentiments panel (screenshot attached). I want to pull this content programmatically,…
-
How to get S&P 500 Index EPS via RDP REST API
Hi, I'm using the RDP REST API (/data/estimates/v1/view-summary/annual) to get EPS estimates. It works for stocks like MSFT.O, but for .SPX it returns HTTP 200 with no data. How can I get index-level EPS (actual and forward) for the S&P 500 through the RDP API? Thanks.
-
update API code
= [ "TR.CompanyMarketCap(Curn=USD)", "TR.CompanyMarketCap.Date", "TR.CompanyMarketCap.Currency",] with the historical parameters specified within ek.get_data(). how do we adjust this existing script to incorporate a broader set of Worldscope fields and predefined ratios
-
WS API: Workaround for Extracting the Historical total Compensations of companies to their CEOs?
The end-user is trying to get is the total compensation the CEO of a company received in a specific year. ++++++++++++++++++++++++++ import refinitiv.data as rd rd.open_session() df = rd.get_data( universe = ['SBUX.O'], fields = [ 'TR.ODOfficerFullName(ODRole=CEO)', 'TR.ODOfficerCompFYDTotalComp.periodenddate',…
-
Codebook crashing repeteadly
Hello, I have been using the codebook for quite some time (2 years), but recently I have been experiencing a series of issues, ranging from kernel disconnection to frequent error messages such as Server unavailable or unreachable Your server at /codebook/user/gedtc-930728/ is not running. The server was shut down. Would…
-
Historical yields for matured corporate bonds. ISIN discovery works but pricing RIC/Midyield doesn't
Hi, I am building a historical panel of corporate bond yield curves for banking groups using the LSEG Data Library for Python. The objective is to identify all bonds that were outstanding historically for an issuer/ultimate parent and retrieve their daily historical yields while they were outstanding, including securities…
-
Clarification on the licensing of the TRBC industry scheme on PermID
I want to ask for some clarification on the licensing status of the TRBC industry scheme on PermID. Are the Economic Sector, Business Sector, and Industry Group taxonomy categories themselves - including category names, definitions, hierarchy, and related taxonomy metadata - basic data licensed under CC BY 4.0? I’m…
-
Historical CEO total compensation per fiscal year via Eikon Data API
Hi, I am trying to retrieve the total compensation of a company's CEO for each fiscal year, for example from 2002 to 2025, using ek.get_data. So far the only field I found is TR.CGAnalyticHighestRemuneration, but it returns a single value per year for the highest-paid executive, so I cannot verify whether that person was…
-
<.CAC40> Not available on RIC Search Portal
Hi Team, Indices <.CAC40> Not available on this portal. This is a valid RIC. please advise https://developers.lseg.com/en/tools-catalog/ric-search can you advise
-
Is checkSubscription thread safe?
Hi Team, We are using RFA C++ API version 8.2.5, with the corresponding Open DACS API version 7.12. Could you please confirm whether the checkSubscription() call made by a consumer application using rfa::dacs::AuthorizationAgent (authAgent) is thread-safe? Our objective is to perform entitlement checks for a large number…
-
Unable to downlaod postman collection for world-check one getting pending approval
I am want to use this world check API, and have ClientID and secret. But don't API URL , AUTH URL and Access token URL. Please provide postman collection with all this details
-
DSS regarding the Eurirs (follow Case 16188191)
Hi @Botros , Mekheal I hope you're doing well. We reviewed the DSS regarding the Eurirs planning together with @De Muzio , M. (Michelangelo). We didn't find the data we expected based on what was agreed upon during the last call. Please let me know if we are doing something wrong with the DSS steps or if something hasn't…
-
Revert Passport_check and rescreen via WC1 API
We are trying the following scenario using WC1 API. First, we tried to create a new case for an entity with Passport details using WC1 API. We included the PASSPORT_CHECK in the provider type and screened. The case was created successfully in WC1 with Passport details. Now in our application, we decided not to screen the…
-
EMA Java: ChannelDown warning is incorrectly logged at ERROR level in ServerChannelHandler
Description When ServerChannelHandler receives a CHANNEL_DOWN event for a client handle, the event is formatted with Severity.WARNING and guarded by isWarnEnabled(), but it is logged by calling loggerClient().error(). Relevant source:…
-
/bulk/cases/ongoing-screening return null on sucsess
When setting OGS using bulk, "null" is returned when all cases are updated successfully. However, when one or more cases fail to update, the response is correct. Is this a known issue?
-
EOD request
Hi, I want to request through Datascope Select the RIC: USDGBP=R , range date : 2026-09-01 (1st sept) to 2026-09-10 – with daily frequency – What we need is: 1 – 9th (official close prices) + today’s (10th ) any available/latest price History API we can get data upto 9th only, Intraday API we have tried but it generally…