-
⭐⭐⭐PCN217552-DataScope Select New URLs for Web GUI & SFTP Services
Summary DataScope Select will introduce new Web GUI and SFTP URLs as part of infrastructure and security enhancements, with no changes to existing functionality or workflows. Full migration details will be provided in November 2026, and clients will have until March 2027 to move to the new URLs. Description What is the…
-
⭐⭐⭐ PCN216145-Contributions Real-Time Cloud - SSL Root Certificate update
PCN216145 Summary On 07 October 2026, Contributions Real-Time Cloud is updating its SSL root certificate from Comodo to Sectigo. Description What is the change? To ensure continued connectivity, customers who manually manage Trusted Root stores or lack internet access must install Sectigo by 07 October 2026. They should…
-
modifiedSince not behaving as expected
Today we had a scenario where the file generated the day before had bad (or stale) data in it. Support was reached and they "generated" an updated file. We use the python example (https://github.com/LSEG-API-Samples/Example.TM3.RDP.Python.Workflow/blob/main/TM3_CFS.ipynb) for pulling the files and we pass midnight UTC of…
-
LSEG API Access for Ipreo Wire Text
Hi Team, Is there a way to programmatically retrieve the full Ipreo wire text using an LSEG API? For example, I would like to access the wire content for PIPR.N, North America NEWS2.0 and understand whether there is an API endpoint or supported method that allows extraction of the complete wire text and related metadata.
-
Eikon Data API: Desktop Session Independence, News Discrepancies, and Sentiment Pipeline Methodology
LSEG Data Library / Eikon Data API: Desktop Session Independence, News Discrepancies, and Sentiment Pipeline Methodology Hello Developer Community, I am developing an automated news and sentiment extraction workflow and need clarification regarding session dependencies, API-to-terminal news alignment, and the underlying…
-
Python API/Template for sourcing corporate financial and macro-economic indicator historical data
Hi All, I am looking to use my local machine Python to source the following data from LSEG database as a corporate license user of the data: 1. Monthly or quarterly historical values for select macro economic indicators (example, Crude Oil Price, US Equity Index). If there is a way to just bulk pull all available…
-
Does the LSEG Workspace Excel Add-in provide a way to refresh TR formulas programmatically via Pytho
I am currently working on an automation use case where we need to update several Workspace Excel files using Python. The key requirement is to keep the TR formulas intact while refreshing their values. Simply calling the LSEG Data API and replacing the values in the cells would remove the existing formulas, which we want…
-
relevant API condition for EoD Pricing Schedule Type = Last Updated
I am looking for relevant API condition to specify EoD Pricing Schedule Type = Last Updated. Please find attached screenshot of DSS GUI. Is this "LimitReportToTodaysData": false? Regards, Hiroko
-
Yield curve, RFR, Forward Currency rates extraction
Hi! I was searching the information on how to extract the OIS Curves: SWESTR (SEK OIS), NOWA (NOK OIS) Cross-currency forward rates, e.g. EURSEK, GBPDKK, DKKNOK How to find the names/tickers/RICs of the cross-currency forward curves. Is it better to extract via Access/Content layer or via RDP? The Overnight Risk free…
-
In Reuters TOF. there is field ID 585 is listed with the field name “Transaction ID.” The maximum si
Reuters TOF - Field ID 585
-
whether any whitelisting is required by Reuters when connecting to the WebSocket API in the producti
Could you please confirm whether any whitelisting is required by Reuters when connecting to the WebSocket API in the production environment for the first time? Additionally, is there any specific onboarding process or procedure that needs to be completed before the connection can be established?
-
Running refinitiv APIs via python and scheduling the script to run daily
I am running Refinitiv / LSEG Data Library (lseg-data, previously refinitiv-data) API calls from Python — TR.* reference/pricing fields via ld.get_data and hourly bars via ld.get_history — and I want to schedule the script to run unattended each morning. The library is currently configured to use a Desktop session, which…
-
Is there any way to obtain the following static data from API (Rest, Realtime SDK, WebSocket)
Without requiring the Workspace Application running. Bond Structure ("TR.ADF_BONDSTRUCTURE") Rate Structure ("ADF_RATESTRUCTURE") Coupon ("TR.ADF_COUPON") ISIN ("TR.ISIN)
-
API Limitation question
We use something like this to get ticks for certain period of time. dataFrame = ld.get_history( universe=par["instruments"], fields=fields, start=par["startDate"], end=par["endDate"], interval='tick', header_type=ld.HeaderType.NAME) We call this for every RIC. For example, universe='LTM.SN'. We can use a list of RICs in…
-
API related
I am currently working through an Excel file containing approximately 500,000 rows and need to identify the corresponding LSEG ticker (or PermID for private companies without a listed ticker) for a subset of account holder names. The account holder names are in Column A, and I would like to populate the associated…