-
API for Workspace AI App?
Is there an API available to send queries to the Workspace AI App?
-
DSS REST API - PREMIUM EOD
Hello Team, hope you are doing well. I have a client that is using Premium EOD template and is pulling data from this RIC KZTMNT=BOMU. They included in the report template Bid Price, Universal Bid Price and Universal Close Price. The logic behind this for their SMERT system is the following. The system tries to use Bid…
-
open_pricing_stream api issue
Hi, I’m using the LSEG Data Library for Python with ld.open_pricing_stream() on ICE Brent futures, requesting fields including TRADE_ID, TRDPRC_1, TRDVOL_1, AGGRS_SID1 and SEQNUM. I’m trying to construct real-time cumulative volume delta (CVD), so I need every executed trade in sequence, with the aggressor side (BID/ASK)…
-
https://api.refinitiv.com/auth/oauth2/v1/token - 429 - Request Rate Too High
Understanding i have misused the api as i should cache and refresh token. However seems like for the past 4 hours I have been stuck with Error Code 429. What is the cool down period till I can use it normally? LSEG AI suggest contacting Customer Success Manager, however I am not getting a response, hence wonder what is the…
-
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 ·…