Am looking to download the following fields (list below) for SP500 index constituents, from 1995 to yesterday, daily data. Am using the following import refinitiv.data as from refinitiv.data.content import fundamental_and_reference import datetime rd.open_session() growth_fields = ["TR.EPSMeanEstLastToNextYrGrowth",…
Am I the only one?? Since about last November, I have random issues with RDP just simply stalling. The help I get from LSEG is also ... stalling, evasive, asking for all sorts of information then saying it is fixed, but it isn't. "Good day! I trust this email finds you well. This is [], Technical Specialist and I am going…
...certain exchange, such as the National Exchange of India? How can I use the python Eikon API interface to find the codes and names of all ETFs listed on a certain exchange, such as the National Exchange of India?
Hi All For my research, I need to download earnings calls transcripts for a large number of companies from 2000 to 2023. Is it possible to download these transcripts as PDF using the API in python script or any other solution?
need to confirm is there a way we can identify from reuters that the current contract i'm trying to fetch prices for is a weekly or a monthly contract options with following information : like i have following information for NYMEX CL contract : base symbol : CLE , strike : 78.5 , Option type : put and expiry date :…
I was downloading real-time stock price for constituents of S&P 500. But, I checked there are same value for 09:30 ~ 9:45. For all stock price. I executed code as below. spx_cons = ['MMM.N', 'AOS.N', 'ABT.N', ....] data, err = ek.get_data(spx_cons, ['CF_LAST']) check please. And, is there other way to get real-time stock…
How do i retrieve the OHLCVm marketcap and price to book of all S&P500 stocks from 2010 to 2025 in a single call. Is there a code for using ek.get_data
API Code.txtIssue: API response pulls the request, but on the step of the merger, it is not consistent - meaning that after client gets the "memory error", When he run the chunk again, it works fine sometimes. It changes from one RIC to another. Please see attached API code. Thank you.
Hi, everytime I use the get_data function, I get following error: EikonError: Error code 404 | Backend error. Failed to deserialize backend response. Expected valid JSON. Error: invalid character '<' looking for beginning of value During handling of the above exception, another exception occurred: Traceback (most recent…
I'm using below code for getting historical option chain data for AAPL....Please provide the symbol for US Stock BRK.B to get the below data : df, err = ek.get_data( instruments = ['0#AAPL*.U'], fields = ['PUTCALLIND','STRIKE_PRC','EXPIR_DATE'] )
It looks like you're new here. Sign in or register to get started.