-
⭐⭐⭐ 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…
-
Question about /bulk/cases responses in the V3 API
Hello, We're switching from V2 to V3 API and currently experimenting with bulk archive and delete. According to the documentation the successful response code is 200, with the body that contains summary info, among other data. While experimenting I noticed that a successful execution (with no failed cases) returns with…
-
LSEG api is constantly failing
Recently data retrieved from the lseg python api is constantly failing. I have been getting various errors: 1. ld.open_session() : is not connecting (happens sometimes) 2. ld.get_data(): data retrieval is SLOW. tasks that took less that 1 second is now taking >1 min. sometimes does not retrieve all the requested fields or…
-
ETA for pandas 3.x support in lseg-data
Do you have an ETA for pandas 3.x support in the lseg-data Python package? Is there a roadmap we can follow?
-
I have access denied error when I run a code from my local environment but can run it on Codebook.
I executed this code with the Desktop session, not on Codebook, but on a local Jupyter Notebook. response = ld.content.pricing.Definition( ['EUR=', 'GBP=', 'JPY=', 'CAD='], fields=['BID', 'ASK'] ).get_data() display(response.data.df) result was like bellow access denied. Scopes required to access the resource:…
-
How to resolve News API Backend error?
Error: "Backend error. Failed to deserialize backend response. Expected valid JSON. Error: invalid character 'R' looking for beginning of value" My account is hitting rate‑limit when calling News API for batch news retrieval. The server returns plain‑text Rate limit exceeded instead of standard JSON payload, resulting in…
-
API for Workspace AI App?
Is there an API available to send queries to the Workspace AI App?
-
Can we validate LPC functionality for a client now that RTDS 3.8 and DACS 7.12 have been set up?
We would like to validate the LPC functionality for our clients. We have recently set up RTDS version 3.8 and DACS version 7.12 on our new infrastructure. Can this environment be configured to support the LPC setup? If so, how should it be configured? If not, what additional setup would be required to perform LPC…
-
Hi Dev Team, client asked about Wall Street end of support -->
will their legacy APIs still work after a planned upgrade from LSEG side ?(PCN206364)
-
The client has access to WS for students, however, the client requires API access to retrieve data.
Case 16179541 Dear Support Team, I am contacting you on behalf of a university professor who is using the LSEG Data Library for Python in conjunction with a Workspace account. The user has verified that their App Key is functioning correctly and can successfully retrieve reference data and pricing information. However,…
-
Client requests how to develop in CODEBOOK to programmatically access a daily list of the latest (ne
Client requests how to develop in CODEBOOK to programmatically access a daily list of the latest (new) corporate bond issuances We have seen content_search.ipynb under examples in codebk but unsure how to proceed with clients request
-
Python scripts to access LSEG Data Library
For one of our clients, I am preparing Python sample scripts to access Real-Time Platform access point of LSEG Data Library (LSEG Data Library for Python | Devportal). I found the following sample Python code on GitHub. Example.DataLibrary.Python/Examples/4-Session/EX-4.01.01-Sessions.ipynb at lseg-data-examples ·…
-
no response of permid.org
The last couple of days the permid.org has been very slow when I have searched for companies. Today when I click on permid links there is no response. The website shows like loading but does not return any response.
-
Regarding LSEG Financial Analytics API (python SDK), can it price structured products with..
Regarding LSEG Financial Analytics API (python SDK), is it possible to price structured products with multiple currencies/curves ? For example, I can see that there is a range accrual python code sample. It simulates 1 index and has this condition: $n1 = if(abs(IndexRate)>LowerBound and IndexRate<UpperBound, $n1+1, $n1);…
-
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…