.As per client, he can see the data in Workspace desktop but when trying to pull it in API, he is getting the error (screenshot)| Client has relayed access for RIC AAPL.O Client is using the below script: events = rd.get_history( universe=['AAPL.O'], start=dt.date(2024, 1, 1).strftime('%Y-%m-%d'), end=dt.date(2025, 12,…
Dear Developers community i'm facing an issue with calendar service (https://api.refinitiv.com/data/quantitative-analytics-dates-and-calendars/v1/calendars). Indeed, when i extract the calendars List available, i get 'USER_CLDR_1' in the list returned using API.
Hi everyone 👋 I'm trying to retrieve historical data for a company using the Refinitiv Data Library, but I'm running into an issue where most of the fields return nulls. Here's the code I'm using: import refinitiv.data as rd response = rd.get_history( universe=["AAPL.O"], fields=[ "TR.AvgDailyValTraded5D",…
Hi, I had a question on using the Filings API (described here: https://developers.lseg.com/en/article-catalog/article/introduction-to-filings---python) : Is it possible to download both the document and its metadata at the same time? I need to download the 10-K filings for multiple companies and also need the exact time…
Hi I would like to download all filings in the category "annual" that contain a given term. I can search for that on LSEG/Refinitiv workspace and I can also download files there but the dowenloads typically crash and cannot be resumed (very annoying). The helpdesk has not been able to help. One idea is to use a Python…
I got en error from python as "Error!!! Can't initialize a PlatformSession without Refinitiv Data Platform Grant (grant user and password) and Deployed Platform host" how can I use my APPKEY in python to get real time data.
Basically the question in the title. What I have is the Refinitiv Lipper for Asset Management app on desktop, my org doesn't have the API product which I understand has this. I can find the historical time series for returns, total assets, number of shares, but I can't find it specifically for NAV. I'm working on a…
Hi Developer Community, I'm working on a project to download English-language annual reports for German listed companies (from 2018-2024) using the Refinitiv Data Platform APIs, specifically the Search API (/search/beta1/) and the Filings GraphQL API (/data-store/v1/graphql). I've made some progress but have hit a couple…
Hi, I understand that there are dividend types associated with corporate actions. E.g. 3 - Special Interim, 4 - Special Final, 60 - Interim, 61 - Final, 65 - Forecast Interim, 66 - Forecast Final, 70 - Special, 75 - Forecast Special Apparently, there is a dividend type - Extra. Where can i find a complete list of all…
Y'all: I can see the different type of fees on Funds in the workspace (entry or exit fees and annual fees) - but would also like to the historical fees on each of these ISIN numbers. Is there any way to harvest the historical fee structures back in time? Best, Steffen
It looks like you're new here. Sign in or register to get started.