-
Hi, I'm struggling to access TR.NetDebtToEBITDA and TR.NetDebtEV using eikon python API.
Sample workspace excel formula. Client as access for the RIC AAPL.O =@RDP .Data("AAPL.O","TR.NetDebtToEBITDA;TR.NetDebtEV","CH=Fd RH=IN")
-
Pull historical Lipper derived holdings data using RDP API
Hi! I would like to pull historical derived holdings data for +1000 funds on LSEG Workspace (specifically Lipper) using the Python API. I saw a few posts that I might want to use the RDP API for such tasks. I have accessed RDP but can't figure out which functions I should use. Could you provide some instructions? Below is…
-
The error I'm getting is "LDError: Invalid port: THE_FIRST_4_LETTERS_OF_MY_PROXY_COD
import requests user = 'tXXXXXX' # your t-number id (see Who Is Who, for example) pwd = '********' # the password you created for non-standard internet access session = requests.session() session.proxies = {'http':'http://%s:%s@inet -proxy-b.adns.ubs.net:8080' % (user,pwd), 'https':'https://%s:%s@inet…
-
Clientname: irltemcallbackclient Severity: Error Text: Attempt to use invalid handle on submit(postm
Getting the above error. Please let us know how to resolve
-
Migrating legacy SFC (RTMDS v3) Java client to EMA
Hi all, I’m moving an ancient Java app from the SFC API to EMA Java. The local RTMDS v3 host listens on 8101, 14002, and 24002. I was told I can reuse the same DACS user with EMA. Connecting EMA to 8101 gives: ChannelDownReconnecting ... Error initializing channel Connecting EMA to 14002 or 24002 results in connection…
-
What the best way to handle receiving a closed stream notification in EMA?
When receiving a closed stream notification in EMA/J: WARN 2025-04-18 22:44:11,618 u.c.i.o.p.t.TrepPriceStreamSource pool-27-thread-1- trace_id='' span_id='' Received [StatusMsgImpl] message for [hostname: xconprices.ads1.prod2.iggroup.local;IP address: not available for OmmConsumer connections;port: 14032;connected…
-
News and news metadata
Dear Support, I’d like to ask your help with Refinitiv Codebook. There is a smaple Python code in the Workspace application that can exctract news but the code stoped working since a few days. This sample code was provided by Refinitiv and I didn’t make any modification in it but I’d like to use it. I attached screenshot…
-
Hi, I want to do resiliency test, how to reproduce this?
How to get this message on omm consumer "DEBUG 2025-08-20 10:08:54.291 u.c.i.o.p.t.TrepPriceStreamSource pool-30-thread-1- trace_id=" span_id=" Received [StatusMsgImpl] message for [hostname: xconprices.ads1.test.iggroup.localIP address: not available for OmniConsumer connectionsport: 14032connected component info:…
-
What is wrong with my Symbol conversion code?
Hello Team please check the following code. The output that I want is USA country code specific but it is showing Exchanges from Thailand and Vienna. Also my asset class are code for funds, equities, certificates and bonds but Commodities futures also show in my output. Here is the code: from lseg.data.content import…
-
Content Types for NEWS API
Hi, i'm trying to pull news headlines via the workspace API. rd.news.get_headlines("LSEG, MSFT.O AND Language:LEN", count=50) this code works for pulling headlines, but how do i add another filter for "content type" like in the APP NEWS 2.0? i.e. web news, research, transcripts, filings etc. I'd like to filter my query. I…
-
Accessing EOD within DP PRICING API
Hello Team, Client is looking for quicker access to Interday Summaries (EOD) in RDP, as currently the NDA endpoint they use provides them with 45 minute delay (exchange publishes at 15:00 and they receive it at 15:45, as that’s the EOD snap time for NDA). I was advised to use Snapshot API instead but it does not lay in…
-
Advanced filling
I am experiencing an issue with the Advanced Filings function in LSEG Workspace. I have added all the companies into my Monitor, but when I try to search or filter filings within the Monitor, the system shows “no data was return.” I would like to confirm whether this is due to a missing step on my side or if it may be a…
-
We're intermittently seeing errorcode "A47: Insert has non-unique tag." when posting to a NIP
We're seeing errorcode "A47: Insert has non-unique tag." when posting multiple SYMBOL_LIST refresh messages in quick succession. When posting f.ex. 100 sequences of market price refresh, symbol list refresh 3 times and market price update in quick succession, we get the above message intermittently and only some of the…
-
Code example for getting bulk file
Hi, I need to migrate from getting my TM3 file via SFTP to your new API product. Is there any code example that demonstrates the step and flow?
-
Bucket name and package id?
Hi, What are my bulk file bucket name and Package ID? I am new to the product and I cannot find any information about it.
-
How I can monitor if the bulk file service is functional.
I want to know if the bulk file service is operational? Is there a way to check it?
-
What is SignatureDoesNotMatch error?
Hi, I am new to the CFS API. I am trying to download a bulk file, but I got I got the SignatureDoesNotMatch error when I am trying to download file from the Cloud. <?xml version="1.0" encoding="UTF-8"?><Error><Code>SignatureDoesNotMatch</Code><Message>The request signature we calculated does not match the signature you…
-
"SSLError SSL: CERTIFICATE_VERIFY_FAILED" when downloading a bulk file.
Hi team, I cannot download a bulk file via Python. The code returns "SSLError SSL: CERTIFICATE_VERIFY_FAILED" message to me. Caught exception: HTTPSConnectionPool(host='s3.amazonaws.com', port=443): Max retries exceeded with url: /xxxx (Caused by SSLError(SSLCertVerificationError (1, '[SSL: CERTIFICATE_VERIFY_FAILED]…
-
wc1 UBO(SAYARI) CHECK API
We have some questions regarding data retrieval from Sayari(UBO) via API. Our client wants to know whether this UBO API has below these functions 1.Alerts for shareholder changes 2.Alerts for changes in ownership ratios 3.Alerts for company name changes My understanding is that we can not based on below documents…
-
I'm using the lseg-data Python library to fetch news data with get_headlines(). However, I get the f