The most recent content from our members.
For a research project, I would like to download the annual reports for a large set of European firms over the period 2010-2023 (following a similar approach as in this article: Global Evolution of Environmental and Social Disclosure in Annual Reports - Lin - 2024 - Journal of Accounting Research - Wiley Online Library).…
how can i determ if 800 different firms are family controlled using refinitiv for excel?
Sample workspace excel formula. Client as access for the RIC AAPL.O =@RDP .Data("AAPL.O","TR.NetDebtToEBITDA;TR.NetDebtEV","CH=Fd RH=IN")
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…
When publishing price for all rics via postmsg. I didn't receive corresponding onupdatemsg for all rics. I am able to see price on subscribing to rics. However since updatemsg is not always returned after postmsg. Is there any way we can confirm that publishing has been completed successfully?
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…
I have one quick question about CodeBook: Is the recommended way to use it via the Python SDK with an App Key? I’ve been running into some blocks that I can’t seem to get around, and I’d like to confirm the best setup for this tool.
I am trying to publish the data to TREP using EMA (OmmConsumer)able to publish multiple RICs at a time but when the same thing I am trying to publish parallelly I am getting the values mixed up of other to one which field is null…. Can anyone please help me out for the same… Thanking in anticipation…… code snippet that I…
Getting the above error. Please let us know how to resolve
Hi, Is there a detailed description of the meaning for the different Omm State's? What I need is all different combinations and what they represent. EmaFactory.createStatusMsg() .state( OmmState.StreamState.OPEN, // Stream state OmmState.DataState.SUSPECT, // Data state OmmState.StatusCode.ERROR, // Data status "some…
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…
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…
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…
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:…
Whenever I run fchi = Chain(name="0#TU+")print(fchi.constituents) I get the following error: ConnectionError Traceback (most recent call last) Cell In[29], line 2 1 fchi = Chain(name="0#TU+") ----> 2 print(fchi.constituents) File…
It looks like you're new here. Sign in or register to get started.