I'm trying to load certain data using get_data function from refinitiv data library but it takes too long to load. A quicker approach is using the same function name under eikon built within refinitiv.data but very unreliable as I often encounter 400 bad request error. Can you provide any better solution using the first…
we cannot load US stock Data - TSLA
I am using the IPA Financial Contracts for Fx Cross api to resolve Fx prices. I have made the same request (see payload below) several times over a period of 2-3 hours. Sometimes I receive an error response, sometimes I get a successful response. The error response was: QPS-Pricer.8020:Market data: No Fx Spot Point…
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
It looks like you're new here. Sign in or register to get started.