Hello LSEG Community, I am currently collecting data on many ESG ETFs through Refinitiv workspace using rd.get_history in Python. However, I would like to know if their is a function I can use to filter ETFs that I have downloaded from Refinitiv Workspace based on their specific Morningstar Ratings. This is so I can only…
With EndpointRequest in “RD Library for .NET” (Refinitiv.Data.Delivery.Request.EndpointRequest) in it is possible to specify multiple RICs. Ex: "https://api.refinitiv.com/data/company-fundamentals/v1/analytics/global/price-volumes?package=base&universe=2010.SE,AAPL.OQ,AMZN.OQ,ALAMAKOTA.XYZ,EITP.CA" What if one or more of…
We are using Java and we expect to use RESTful HTTP requests to retrieve the K-line data for stocks. Here is an example: https://api.refinitiv.com/data/historical-pricing/v1/views/intraday-summaries/0700.HK?interval=PT5M&start=2023-08-01T00:00:00.000000000Z&end=2023-10-30T18:00:00.000000000Z&fields=BID,ASK,OPEN_PRC. Our…
Hi Team, some tech questions from one of the client 1) The request for a token comes back with a field “expires_in” with value 7199, which I assume to mean 1 hour 59 minutes. Is this a meaningless parameter, as I thought this new method of authentication did not require refreshing tokens? Or do I have to acquire a new…
Need help in getting historical data for intraday pricing data Trying this API-https://api.refinitiv.com/data/historical-pricing/v1/views/intraday-summaries/ACERDESLNGNWE?start=2024-04-01T09:00:00.000000000Z&end=2024-04-02T09:00:00.000000000Z&fields=TRDPRC_1,HST_CLOSE,INST_DESC Able to get the live data…
Dear Developer community i'm wondering how can i do to extract all Histo Event data for instruments, using refinitiv data library under .Net (C#) to get more than 10k points limit. Indeed, as it's the case using Rhistory Excel Function, i want to have the same data coverage extraction with using refinitiv data library with…
Using the Python Refinitiv.data API I want to filter for organizations without a GICS code. How can I setup the filter query to exactly filter for "" (empty string?) This is the code I am using: import refinitiv.data as rd rd.open_session() response = search.Definition( view = search.Views.ORGANISATIONS, filter =…
Hello, I'm currently utilizing Python as my programming language with Refinitiv Workspace as the API. My objective is to construct a for loop to gather ETF tickers (approximately 500 ETFs) in Python, subsequently converting them into daily returns, and finally plotting these returns into an Excel file. However, I've…
Currently using RTDS API, trying to do a RTO Upgrade and want to know if it is needed to follow the "LPC_installation_and_configuration_guide.pdf" or can be ignored and follow the "RTDS RTC connecting to RTO Guide - May 2023 v2"? thanks,
What is the limit of number of requests per second in RDP for these APIs: 1) /auth/oauth2/v1/token 2) /discovery/symbology/v1/lookup 3) /discovery/symbology/v1/lookup-type 4) /data/historical-pricing/v1/views/intraday-summaries/{universe} 5) /data/pricing/snapshots/v1/
It looks like you're new here. Sign in or register to get started.