Hi, Client is using the endpoint below, https://api.refinitiv.com/data/ownership/v1/views/consolidated/shareholders-report?universe={rics}&offset=1&limit=100 but when running it with the attached code, they encounter an "too many long running requests were detected" error as attached. They say the same error occurs even…
Why don't country-related variable values (such as TR.HeadquartersCountry or TR.ExchangeCountry) appear in every row of the DataFrame returned using rd.get_data? Country data only appears for the first observation for each company. What can I do to ensure that this information is available in every row?
Hello. Could I get a historical series of Market Capitalization of market indices (example: IBOVESPA ".BVSP"; NASDAQ 100 INDEX ".NDX") in the codebook?
I've been following this tutorial to access the MRN news using python. The ssh authentication and connection using the Machine ID is successful, but the output of sftp.listdir() is leading to a file not found error. What could be the reason for this error? Thanks in advance
Hi, I am looking to experiment with the API endpoints located in the API Playground, specifically the ones related to messenger/chat. I see that there are examples for how to utilize the messenger/beta1 endpoints. I have obtained an API Key from App Key Generator, but am not sure how to use this key to login/authenticate…
I’ve noticed an issue when I start to receive updates for many items at once. For example, if I connect to receive updates for a Brazilian stock (e.g., AZZA3.SA), and it’s the only stock I’m connected, I receive all updates at the time they occur. However, when I’m connected to around 90 stocks, I start to lose some…
(rd.get_history('CLZ8-G9^1', ['OPEN_PRC', 'HIGH_1', 'LOW_1', 'SETTLE'], 'daily', '2017-01-01', '2019-12-19') The following call from get history retrieves a blank dataframe even though this same ticker has data in the tick history platform for these dates and it is well within its expiry parameters. I can retrieve data for…
Hello Team. This is an issue on behalf of a client: "I'm using Python 3.10.12 and the refinitiv.data (rd) package, version 1.6.2.When testing your code in my environment, I encountered the following error: RDError: Error code -1 | Insufficient scope for key=/data/datagrid/beta1/, method=POST failed. Required scope:…
When trying to get historical WTI spreads I cannot find appropriate RIC to use. In 2023 for some reason the RICS changed from 1 digit year to 2 digit years. When attempting to get history for a 2023-2024 spread pair all logic seems to breakdown. I used the refinitiv search: import os import requests resp =…
It looks like you're new here. Sign in or register to get started.