Hi Team, could you please confirm which NumPy version is officially supported for the current Eikon Python API? After a recent update, I’ve encountered a datetime64 unit error in my project. Raised this on client's behalf. Looking forward to your response. Client Name: Marian Iodran Account Name: Ola Display Thank you for…
I am trying to download M&A data using the Eikon Data API in R. It is not clear to me how to do this from the symbology videos. (Specifically I am trying to download all leveraged buyouts from 1970-2025, but any advice in the right direction is appreciated)
Dear Team, I am using Python API and an issue arises when I connect to Eikon import refinitiv.data as rd rd.get_config()["http.request-timeout"] = 60 An error occurred while requesting URL('http://local host:9060/api/handshake'). RemoteProtocolError('Server disconnected without sending a response.') I have referred to this…
"Regarding downloading data in bulk, I would like to download the segment revenue and segment code data for global public firms from 2007 until now. In the template, I can only download such data for one firm in a file and need to refresh and repeat this for many times if I would like to have the data for many firms. So, I…
Simple request prints 2 warnings in console. Could you fix this? Or any workaround exists?
use refinitiv.data to retrieve soybean total supply (MT) and soybean domestic feed/crush (MT) data. python
Is it possible to get a list of all ever-listed companies (including companies that are no longer listed) for a country/region (US, Europe) and a time horizon (e.g. 2000-2024) using the Python API? Currently, we use the Python API and ld.get_data() to extract several types of data and get the identifiers externally or via…
Currently, we use the Python API and ld.get_data() to extract fundamental and ESG data of several companies over time. We want to make sure that the date variables we are using in both requests (see below) correspond to the last day of the company’s business year so that we can interprete both datasets on a fiscal year…
I am working on transitioning my data pulls from the Eikon API to the new LSEG API and cant get these Eikon RICs to work when using the ld.get_history() method. Are there LSEG equivalents to these tickers? RIC_list = ['USMPSF=ECI', 'USMPMF=ECI', 'USNPMI=ECI']RIC_list2 =…
It looks like you're new here. Sign in or register to get started.