-
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)
-
TR.30DAYATTHEMONEYIMPLIEDVOLATILITYINDEXFORCALLOPTIONS returns LDError for docs-canary WMTATMIV.U
Hi LSEG team, I'm running the equity implied volatility example from your official Quick Reference Guide notebook and getting LDError: Unable to collect data even for the exact ticker (WMTATMIV.U) shown in your documentation. Looking for guidance on whether this is an entitlement requirement or a data availability issue.…
-
Hi Dev Team, can you please help and assist on the client's query
You may refer to the compressed script in the PDF . We tried replicating but getting the same error as well. Is there a problem with the codebook? It is taking a long time to load the data, and all the variable columns are completely filled with NAs. import pandas as pd import numpy as np import refinitiv.data as rd #…
-
I want to write a python code to get valuation, change in price, news for a list of stocks via lseg.
I want to write a python code to get valuation, change in price, news for a list of stocks via lseg. Help me how to do it? ALso, what is dac and username and how to find it? Just have a few follow-ups. Not just headlines but can I get a summary too? Realized headlines don’t exactly tell what happened. Any way to filter…
-
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…
-
Using LSEG APIs.
The client is able to access via Excel but not via our LSEG Data Library for Python. why ? ' TR.EUTaxTSC', 'TR.FundRIPosScnTheme', 'TR.FundRIPosScnPsTlt', 'TR.FundRIPosScnBIC', 'TR.FundRINegScnXWep', 'TR.FundRINegScnXTbc', 'TR.FundRINegScnXOth', 'TR.FundRINegScnXNuc', 'TR.FundRINegScnXGMO', 'TR.FundRINegScnXFsEn',…
-
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…
-
generate API
Hi team We encounter this alert in Workspace when attempting to create an API key.
-
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
-
Import Custom Series With Python In DSWS
Hello, I saw that in the old datastreampy documentation, it looks like it was possible to import custom “TS” time series using Python. Is it possible to do that using the Datastream dsws library in Python, or by any other method besides the UCTS Excel workbook?
-
Unable to fetch Corporate action data
HI team, I have written a python code to fetch Corporate action data from Reuters for a specific time period. My code looks something like this: df_CA = rd.get_data( universe=list1, fields=[ "TR.CAEffectiveDate", "TR.CAAnnouncementDate", "TR.REPCorpActionType", "TR.CACorpActDesc", "TR.CAAdjustmentFactor",…
-
[WC1] Invalid date-time format for PepInactivityPeriod.termEndDate
The OpenAPI specification for the World-Check One screening API defines the schema PepInactivityPeriod since version 3.1.0 with a property termEndDate of type string with format date-time. According to the OpenAPI specification (https://swagger.io/docs/specification/v3_0/data-models/data-types/#string-formats), date-time…
-
DSS SOAP API
DSS SOAP API CALL ERROR - Method Name: ValidateInstruments. Does this have any rule to bypass invalid securities in SOAP API? Or does the feed fail because of a single invalid security? What is the rule? There are no settings in the API to override the settings in the GUI. By NOT allowing the following, does that mean it…
-
Reuters code that i can use to build a macro on all the good trade dates for USDJPY?
I am posting this query on behalf of a Workspace For FX Trading user. Could you kindly assist with the below query? Description hi is there a reuters code that i can use to build a macro on all the good trade dates for USDJPY? for example monthly 15th roll - 36 fixings, i want to build a macro that shows the usdjpy roll…
-
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 ·…
-
For Tokyo Stock exchange stocks, how to idetnify when Stock is in special quotation condition
How to identify from Market data feed when Stock is quoting at Lmt up or higher then Lmt up and vise versa when stock is at lmt down or lower then lmt down.
-
Workspace C# Newstream no longer working - Please help
Things were functional as of Friday. Now, as of this morning, no newsfeed updates are coming in. try { if (refinitivSession != null) { refinitivSession.Close(); } // Create a session into the desktop application refinitivSession = DesktopSession.Definition().AppKey(Credentials.AppKey) .GetSession().OnState((state, msg, s)…
-
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.
-
How do I access Dow Jones, Barron's, and Wall Street Journal news via API?
How do I access Dow Jones, Barron's, and Wall Street Journal news via API through an active workspace session? Can you patch me through API team and entitlements team? I can attached the test code we are using """ Minimal reproducible test: Dow Jones stories visible in LSEG Workspace but empty through the LSEG Data Library…