A subcategory for the Client File Store (CFS) API for TM3, ESG, Symbology, etc.
Hello, I am working on a project where I need to complete an Excel table containing information on M&A deals. I am using the Refinitiv API to retrieve the missing financial metrics for the acquirers, specifically: * EBITDA Margin for the year of the deal (N) and two years after (N+2) * Pre-tax ROE for the year of the deal…
Hi there, Client has upgraded their docker base image and run into the following error while accessing News on RDP endpoint. Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested…
I am collecting the volume of global indices and some data differ from several sources. For example, the volume of the NASDAQ Composite Index on 2024 Apr 22 is 930,198,632 from Eikon, 4,437,904,398 from Factset, and 4,616,730,000 from Yahoo Finance.
Hi, I am exploring zc_curves inside refinitiv.data.content.ipa.curves and want to define constituents of the curve by myself, e.g. choose some tenors of the IRS rather than using refinitiv default instruments. Then when I pull the zero rate curve, refinitiv calculates the curve based on my selected instruments. Is it…
I want to get the constituents of the ETF IEUS.DE with this part of a Jupyter Notebook: rd.open_session() # Get constituents for ETF response2 = fundamental_and_reference.Definition( universe = "IEUS.DE", fields = ["TR.ETPConstituentRIC,TR.ETPConstituentName"], ).get_data() response2.data.df I get the error An error…
I want to obtain financial data for the 'refinitiv workspace' through an API, but currently only four methods have been found: Python/JS/TS/. net. I would like to know if there is a Java SDK or API available for me to access financial data for the refinitiv workspace. And I want to know which API the financial data in the…
Hi, I am requesting 1 minute candles for EUR= with the following: var DataResponse = Summaries.Definition().Universe("EUR=") .Interval(Summaries.Interval.PT1M) .Count(1440) .GetData(); I see that the timestamps for the returned records are in local time. How would I request them to be returned in UTC? thanks
Is the symbology API accessible only through v1 authentication or is it possible to use it via v2 as well?
I am running the script displayed here: https://github.com/LSEG-API-Samples/Example.RDPAPI.Python.IntroductionToFilings/blob/main/IntroToFilings.ipynb It works fine until: # Define Helper Function retrieveURL def retrieveURL(token, retrievalParameters): ENDPOINT_DOC_RETRIEVAL =…
Need your insight. A client is subscribed to RDP Streaming Pricing services. They have 6 different servers and have been provided with 6 different machine IDs. Need your insight to understand the best practice of token management. Client has created multiple ‘AppKeys’ using single machine ID and been able to create tokens…
It looks like you're new here. Sign in or register to get started.