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 =…
Currently, we use the Python API and ld.get_data() to extract price, fundamental and ESG data of several companies over time. Therefore, we want to know which identifier ('IssuerOAPermID'?) we should use to have a unique identifier on a firm level. Thank you very much in advance!
Hi, I hope you're doing well. I have a quick question regarding the following script: ts_result = ek.get_timeseries( ric, fields=['CLOSE', 'HIGH', 'LOW', 'OPEN', 'VOLUME'], start_date='2009-01-01', end_date='2025-04-02', interval='daily', corax='adjusted' ) Could you please confirm whether the price data retrieved with…
When running the command eikon.get_data("SMI", ["TR.PriceClose"]) within a local python script, I'm getting an AttributeError (see attached screenshot).
It looks like you're new here. Sign in or register to get started.