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/
Hi, While using RDP API, get_dtd = rd.get_data( universe= ["ACERLNGBM"], fields= ["TRDPRC_1", "INST_DESC", "HST_CLOSE"]) I am getting the attached error. I am using a platform session. Please help me to fix this ASAP. Thanks, Sree
this is our machineId: GE-A-10288435-3-16229 Unable to get data. Code 403, Message: {"error":{"id":"d5163dd0-de03-4860-b6ff-475a1e12766c","code":"insufficient_scope","message":"access denied. Scopes required to access the resource: [trapi.data.historical-pricing.events.read]. Missing scopes:…
It looks like you're new here. Sign in or register to get started.