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…
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
Hi everyone, I’m currently retrieving daily pricing data using the Refinitiv APIs by batching a large list of RICs. However, this approach is slow and computationally expensive, and I was wondering: Is there any method—via Eikon, Workspace, or any API—that allows me to download today's prices for all listed stocks without…
When I run python from Eclipse, it works fine. But when I build a stand-alone exe file using PyInstaller, the following error is thrown. Looks like it is related to refinitive.dataplatform library (the stand-alone exe file that was built previously and included eikon and refinitiv.data libraries worked fine). Do you now…
I'm working with the Refinitiv Data Platform Library for TypeScript and trying to implement a symbol search using Search.definition. In the documentation it provides the following example: const definition = Search.Definition({ query: "IBM Bonds", select:…
1. The only instance where we used the deprecated refinitiv.dataplatform library was the rdp.search function. I assume that with retiring the library I should switch respectively to either rd.discovery.search or ld.discovery.search functions, which are full equivalents of the rdp.search function. I also understand that…
Hi, I've been trying to retrieve filings from a list of different RICs and Dates (specific range for each RIC) but im having difficulties using the code examples available. Would really appreciate help to code a request to access the MD&A Section of 10-Q/10-K of many companies for which i have the RICs and dates. I've been…
Thanks, AA
In the "24 Ping and Pong Messages" chapter of WebsocketAPI_ProtocolSpecification.pdf, It say that if a Refinitiv server doesn't receive traffic for a certain period of time, it will send a Ping message to the application. Regarding this "certian period of time", how many seconds does it specifically refer to?
It looks like you're new here. Sign in or register to get started.