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…
What we would really like to be able to do is to pull the textual paragraphs in a programmatic way. That is, if we could download every paragraph from multiple annual reports into one csv file – we are not as interested in the numeric data, as we know we can get that from the database easily already. Is there a way to…
[RDP API's] How can I get access to Funds target return and available share classes?
Hi, I am running refinitiv python examples on github and can get normal data using rd.open_session(). But when I try to get curves, it fails with Error code 401 | token expired error. Could somebody help? Thanks. response = forward_curves.Definition( curve_definition=forward_curves.SwapZcCurveDefinition( currency="EUR",…
When requesting Hourly bars for NYSE equities we have noticed that the raw UTC time stamps have incorrectly been adjusted to account for Daylight Saving Time. The global metadata provides definitions for all existent time zones, which includes UTC offset, DST offset, and DST start and end dates, but only for the current…
It looks like you're new here. Sign in or register to get started.