-
RDP REST API – How to request Standardized vs. As-Reported financial statement views?"
What I'm trying to do Pulling balance sheet / income statement data via the RDP REST API (api.refinitiv.com) Need to switch between Standardized and Company-Specific (As-Reported) views, equivalent to the view toggle in Workspace What you've already tried / context Currently using the ReportingState=Rsdt parameter via…
-
RDP API - How to pull real time research reports via API?
User ID: Client wants to check if it's possible to pull the sell side research reports available in Workspace via API. He is able to see the following research reports via Workspace: But when he tries to pull the data, he encounters the following errors: Is he doing it incorrectly OR is this feature unavailable? Thanks
-
How can i align data dates when pulling price data from python API?
Hi there, I am using the refinitiv python API to pull price data for stocks in a universe. Both the "date" and "calc date" fields yield slightly different dates for different stocks. My code (see below) should be pulling weekly dates for the past year starting from the most Friday. How can I ensure the dates returned are…
-
Taiwan Stocks subject to uptick rule
hi , We are trying to source information about Taiwan stocks which are subject to up tick rule when selling short. IS that information available via LSEG data feed ? we are getting similar information for Japan Stocks via FID(6577) SH_SAL_RES.
-
Refinitiv cloud API entitlement
Is there LSEG Data Platform / Refinitiv cloud API entitlement for server-side applications, independent of Workspace desktop session? and more specifically: Can my backend running outside Workspace authenticate and call LSEG data APIs without relying on the local desktop proxy on port 9000?
-
Retrieve historical fund holdings data via RDP API
Hello, I'm trying to retrieve historical Lipper fund holdings data via RDP API (which has been activated under my account) using Python. My python codes are as follows: import refinitiv.data as rd import pandas as pd rd.open_session() fund_ric = "LP60014953" fields = [ "TR.FundHoldingRIC", "TR.FundHoldingName",…
-
How to get unique delisted stocks using RDP search?
I am trying to get the delisted stock's details using RDP search. But there are multiple entries of the same stock(different share class, different listing location, etc.). Here is the code that I am using to pull the data: df = rdp.search(view = rdp.SearchViews.EquityQuotes, top = 10000, filter = f'''…
-
Help Needed: RDP Account Setup, Access Permissions, Integration Guidance, and Learning Resources
Hi Team, I am looking for guidance on how to get started with the Refinitiv Data Platform (RDP) and need clarity on several topics related to account setup, access, learning resources, and integration options. I currently have an active LSEG Workspace account, and I would like clarification on the following: 1. Account…
-
Is it possible for me to use LSEG Data Library for Python?
Is it possible for me to use LSEG Data Library for Python? I have an app key generated, but I'm simply not sure if I'm entitled to use RDP. I'm getting the following error in python, but again is this a license problem or do I need to somehow be approved to using RDP? [2026-01-01T21:27:23.190216+01:00] - [ERROR] -…
-
API Endpoint for Data Notifications by Product/ProductID
Hello, I was exploring the Alerts and Notif APIs on the API playground and I can't seem to find an endpoint where I can find data notifications related to a specific product/productID (i.e Real-Time Managed Distribution Service). Is there an endpoint for that? Also, I seem to not have permission to play around with the…
-
How can I pull Daily FX rate data from the RDP Python Library?
Hi, I have used the historical_pricing API on here, but is there a way to use RDP to pull out Daily FX rates?
-
Search light API document
Hi, I want to know if there is any documentation on search light service through RDP ? Thans sarah
-
"api.refinitiv.com" Rate Slowdown—Possible Shared App Key Contention
Hi team, Our 35,000-symbol equity job (US/HK/CN RICs) hitting https://api.refinitiv.com has slowed from roughly 41 RIC/min to 30 RIC/min over the last week, with many more 429/503 responses and reduced daily output. Our pipeline—async Windows workers, proxy config, concurrency—hasn’t changed. Another team under the same…
-
Total return for a stock
Dear all, for RDP (not Eikon), e.g. https://api.refinitiv.com/data/historical-pricing/v1/views/interday-summaries/VOD.L, do I have any possibility to get a total return timeseries? It is possible for S&P or Bloomberg, is it also possible here?
-
Getting Fund's Constituents is not working
Hi, I am currently using the funds\v1\assets endpoint of the RDP API to retrieve all constituents of a fund via the “Holdings” property. However, I keep getting an empty result, as shown below: { "assets": [], "totalRecords": 0, "fromIndex": 0, "toIndex": 0, "pageNumber": 0} Does anyone know if I am using the correct…