-
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…
-
Missing Filings API / DocId in RDP – fields returned as null
Hello, I am trying to access the Filings API using the FinancialFiling GraphQL query in Python. I can retrieve an access token successfully using the password grant flow. The API returns FilingDocument objects, but all data fields are null, including DocId, DocumentTitle, and FilingDate. I tested in the API Playground, and…
-
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?
-
"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…
-
RDP and workspace to retrieve TRDPRC_1
Hello, I’m working on a Python script that needs to connect to LSEG without Workspace being launched. My goal is to retrieve the last closes (TR.PriceClose) and the latest trade via (TRDPRC_1). It turns out that I can retrieve TR.PriceClose without any issue, but not TRDPRC_1. here is part of the connect code: import…
-
Download worked for most but not all stocks
https://us.v-cdn.net/6038239/uploads/ATCG2FUOU4X7/20250916-0300-13828-refinitiv-data-lib.log HI @Jirapongse As previously discussed with you on another thread I have split up my requests into smaller ones. However, I have now experienced that most prices are being properly downloaded but some are just not and from the logs…
-
How to use lseg-data\ Eikon python packages without opening Refinitiv Workspace
I was able to retrieve the data I needed using the lseg-data python package as well as the eikon python package, however, this is only possible if the workspace app is open in my machine. Is there another way to get the data without opening the workspace app? Thank you ☺️
-
How to retrieve ISIN Code (TR.ISIN not working) with RDP API.
Hi Team, This request is on behalf a client, that is not able to request the ISIN Code with the RDP API. All other fields works. Instrument: U9226VAU1 Also its working for LSEG Workspace API. user: xxx
-
How to get historical Bid and Ask Price using RDP/API account
Hi, I'm trying to figure out what the best scope would be to grab historical Bid and Ask prices when using the RDP/API account? Below is what I have but I'm running into issues. Could you just confirm if this is correct or not? --data-urlencode 'grant_type=password' --data-urlencode 'username= 'XXXXX' --data-urlencode…
-
Document for getting TM3 bulk
Hi team, Beside my previous question, I need to get the Municipal Market Monitor (TM3) bulk file too. Any examples or documents?
-
Resources for getting Green-Revenue and ESG Bulk File
Hi team, My team need to migrate our green revenue and esg file feed from your SFTP to something calls "RDP CFS API". Do you have any resources or guide document?
-
RDP, An existing connection was forcibly closed by the remote host
Hello, I have an RDP (RDPv1) based C# (LSEG.Data v. 2.1.0) application that randomly gets "existing connection was forcibly closed by the remote host" on endpoint requests (like Fundamentals, but not exclusively). See the attached trace in the 2 small extraction files. 1. What is a possible cause of this? 2. Why the…
-
"SSLError SSL: CERTIFICATE_VERIFY_FAILED" when downloading a bulk file.
Hi team, I cannot download a bulk file via Python. The code returns "SSLError SSL: CERTIFICATE_VERIFY_FAILED" message to me. Caught exception: HTTPSConnectionPool(host='s3.amazonaws.com', port=443): Max retries exceeded with url: /xxxx (Caused by SSLError(SSLCertVerificationError (1, '[SSL: CERTIFICATE_VERIFY_FAILED]…
-
How to Retrieve ETF Split / Reverse Split Events (Including Cancellations)?
I am currently working on an ETF data integration project and need to track corporate actions such as forward splits, reverse splits (consolidations), and their scheduled dates for ETFs. Here’s what I have observed so far: • Using the RDP Lipper Funds API, I can retrieve historical data on ETF assets, pricing, and…