- We're currently using a secure version of the V1 authentication url- https:/ /api.refinitiv.com:443/auth/oauth2/v1/token. I only see a non-secure version of the V2 authentication url mentioned in the documentation; does a secure version exist as well? - In the V1 authentication request we're setting the 'scope' body…
Hello everyone, I'm currently using the Refinitiv Excel add-in to analyze financial data, and I've hit a bit of a roadblock. I'm looking to find the Average Daily Trading Volume (ADTV) for a list of securities equities, but within the formula options provided by Refinitiv, I can only seem to locate 'Trading Volume' and…
Hi, I would like to download monthly returns (including dividends) for a specific set of firms. I just don't want to use month-end prices because I would like returns that include dividends. How do I get that? I used the Eikon API in Python Thank you
Hello everyone, I am looking for short interest related data (short interest, utilization rate, cost of borrow, ... etc) for a list of US stocks as well as European stocks. Can anyone help me retrieve this data on Eikon or point me toward an app or a third party who offers that content. Many thanks
Hi, As above title please, looking to run a count of news articles for a particular RIC, date range and ‘topic’. I.e. TSLA.O, 6th November 2023 - 10 November 2023, topic=SIGDEV. I’d like a count of news articles per day. Is this possible? I’m aware of how to run get news story for the above, but it’s time consuming. I’d…
Dear all, I am using Workspace add-in in Excel. I have several companies from which I would like to retrieve scope 1 and 2 emissions as a time series. I managed to do that using Datastream formula builder. Behind the emissions is an estimation method. I can retrieve this estimation method using the historical data in the…
Hi Team, We use RFA library in our application and we get market rates from Reuters. Currently, we subscribe 17 currencies to our application(consumer). But we need to know what is the maximum currencies supported by Reuters for subscription ?
In the function refinitiv.data.get_history I can query data for multiple RIC's at the same time, however, under the hood, there is a for loop that requests the data for each ticker separately, eating up 1 API call per RIC instead of per query in my API call limit (grabbing the last 1min bar for 100 futures RIC's eats up…
Can I load future option market daily data for a set (potentially all) options on a specific future, for example for: For example: December 2023 monthly options expiring on CLZ3 open/high/low/close/volume/last_bid/last_ask daily for the past [2] days In one query. I am currently loading all RIC's for future option chains…
response = rdp.get_historical_price_summaries( universe= ccy_pair, interval=rdp.Intervals.DAILY, # Supported intervals: ONE_MINUTE, FIVE_MINUTES, TEN_MINUTES, THIRTY_MINUTES, ONE_HOUR #fields = ['BID','ASK'], start=start_date_ts, end=end_date_ts ) I want to specify a list of ccy pairs instead of one ccy pair. Do you have…
It looks like you're new here. Sign in or register to get started.