Hi team, we are trying to get the historical tick for WTCLc1 in Eikon API but its showing NA ek.set_app_key('DEFAULT_CODE_BOOK_APP_KEY') data = ek.get_timeseries("WTCLc1", fields = ['BID'], start_date='2023-11-22T00:00:00', end_date='2023-11-22T23:59:59', interval = 'tick') print(data) I checked in Eikon excel if we have…
I wish to filter for U.S. companies with accessible CO2 emissions data. I have implemented this in the screener by establishing filters for, for instance, 5 and 10 years (filtering for GHG Scope 1 emissions > 0). Is there a method to filter for companies that possess emission data spanning the last 10 years (including…
Hi, I have around 6000 RICS and i want to fetch the earnings data for those RICS on daily basis. I'm using eikon. But continuously I'm getting backend error and internal server error. and even if I ran it on the for all 6000 RICS I'm getting the data for only in between 3 to 3.5K. I'm tried giving the time sleep of 2 sec…
Hi I am trying to find a way to download data displayed in https://my.refinitiv.com/content/mytr/en/symbolchanges.html/ via eikon api. Will there be any method to do this? I would like to export upcoming changes in RIC/ISIN and SEDOL and also to extract data related to delisting of the companies .
...hain? Tks Hi, does anyone know how i could retrieve Implied and historical volatility for Soybean futures chain? Tks
Hi, got a list of 250 stocks - trying to call the API using the formula: get_pricing = ek.get_timeseries(RIC_IDS, fields='CLOSE',start_date='2023-09-28',end_date='2023-09-28') How do I get RIC_IDS into a readable list? Is it the wrong formula? API keeps delivering error message
Hi, i currently use Eikon Desktop and have a C# application that communicates with the API. The following code is used: EikonDesktopDataAPI.EikonDesktopDataAPI m_edapi = new EikonDesktopDataAPI.EikonDesktopDataAPI(); EEikonDataAPIInitializeResult l_apiInitResult = m_edapi.Initialize(); Right now I'm trying to migrate to…
I'm getting the correct data for quarterly estimates. df,err = ek.get_data( instruments = ['MSFT.O'], fields = ['TR.EPSMean.periodenddate','TR.EPSMean','TR.EPSMean.date','TR.RevenueMean', 'TR.NetProfitMean'], parameters={'SDate':'2023-01-01','EDate':'2023-10-23','Period':'FQ1'} ) df But for UK companies which are giving…
Dear support, I'm trying to recover the PAR_AMT field from Refinitiv Eikon API using Phyton as language. I could recover any record by using the instrument ISIN code as input. Thus, as suggested by Refinitiv support, I try to retrieve the RIC Code to be used as input to query the PAR_AMT field, but the result is the…
I'd really like to move on from eikon as it is very temperamental ... (400, 500 errors randomly). But, first thing i want to move away from, getting contents from portfolios, any which way i try, i cannot get the CF_CURR or CURRENCY back from refinitiv.data when downloading my portfolios (or watchlists). All packages up to…
It looks like you're new here. Sign in or register to get started.