-
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…
-
API to download broker research report from ADVRES app in workspace
Can someone help/ guide me about the feasibility to download broker reports on ADVRES app on worksapce via API. would appreciate your help on this.
-
Getting Token Expired error
Team, I got the following error when I try the https://api.refinitiv.com/file-store/v1/file-sets api on Postman. Why I am getting it? { "error": { "id": "ac3da0a5-932d-4de5-b84f-549e166cd872", "code": "401", "message": "token expired", "status": "Unauthorized" } }
-
v2 authentication for RDP Historical pricing API
I tried to run “timeSeries.py” from https://developers.lseg.com/en/api-catalog/refinitiv-data-platform/refinitiv-data-platform-apis/download – authentication method used is “v2” with my CLIENT_ID and CLIENT_SECRET. Initial run went well – I got the data as expected: However, when I try again after the token from…