-
Can you provide or create an LSEG App Key for LSEG Data Library Python / Platform session?
-
Eikon API (or equivalent) without desktop application
I'd like to be able to use ek.get_timeseries() or ek.get_data() methods without the constraint of the application running in the local desktop. Is there a way? Would RDP be more suitable for the task? If so, can I obtain with RDP the same data as with the eikon API? thank you
-
Historical Implied Volatility Surface - EIKON API or RDP
Hello, I would like to pull IV timeseries as a function of moneyness using some Python API package like eikon or RDP.
-
API endpoint or programmatic solution
Want to know if there is a endpoint using which we can download Analyst report using api credsI wanted to inquire if Refinitiv provides any API endpoint or programmatic solution that enables downloading analyst reports.
-
image truncated ?
hello I know RDP using raw python requests but I am a newbie with lseg-data on a specific onlinereports image ( tag%3Areuters__com%2C2026%3Anewsml_LYNXMPEM2H0FS%3A1___tag%3Areuters__com%2C2026%3Abinary_LYNXMPEM2H0FS-FILEDIMAGE ), grabbing it is truncated (345 ko) even if response.is_success is true, response.errors is []…
-
lseg-data : news metadata & authentication cache
hello, three questions : is it possible to access /data/news/v1/metadata/{QCODE} API with python lseg-data library ? is it possible to cache authentication token (in a file ?) in order to avoid extra authentications is symbology available in lseg-data ? I can not find it regards
-
issue in download 4471-ebc6-1aa6f04d-a504-ba1ccafb711d.dat from the a206464-bulk-custom.s3.amazonaws
2026-03-04 06:43:50,552 INFO ==== CURL equivalent for file download ==== curl -X GET…
-
DSS API
We have 2 requirements Client is trying to extract their current DSS scheduled extraction via DSS API Below are the details for your reference DSS User ID – 136343 "ListId": "0x03643947b1eee116" "ReportTemplateId": "0x036a93420c204208" "Name": "ExchangeRates_EUP_M", "OutputFileName": "ExchangeRates_EUP_M" We tried to fetch…
-
Accessing TM3 MMD Curve Data with Python
I am interested in obtain the MMD curve data with the help of a python api, I am able to make connections etc, but can someone tell me if I need to have any special api licenses or permissions to obtain the data through an API? I am a paid member for the TM3 app.
-
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…