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…
Hi I'd like some help on Earnings Per Share (EPS) Mean please. I'm running the below, which is returning Mean EPS, but it doesn't appear to be returning a date value for each row (snapshot below). Any idea how to solve for this? I've looked in DIB, but no luck. eps2_df = rd.get_data( universe = ['DGE.L'], fields =…
I want to pull out data in the snapshot using Eikon API. Thanks in advance
Hi,I want to automatically download a list of domestic investment trusts list everyday using task scheduler. I'd like to run it by python. so I got embeddable python. I think local batch.bat files should call that local test.py. <C/:Tmp/test.py> import refinitiv.dataplatform.eikon as ek import numpy as np…
I'm able to pull in M&A transactions from DSCREEN using the below API call: df, err = ek.get_data('SCREEN(U(IN(DEALS)), BETWEEN(TR.MnAAnnDate,19991031,20001031), CURN=USD)', fields=['TR.MnASDCDealNumber', 'TR.MnAAnnDate', 'TR.MnARankDate', 'TR.MnARankValueIncNetDebt(Curn=USD,Scale=6)', 'TR.MnATarget,TR.MnATargetPermId',…
Hi am using the python API to query recent data with ek.get_data function. Using the following method to get RIC data, it takes a lot of time and processing to obtain and write in to VBA. So, are there any ways to setup the get_data time for few days?…
Hi Team, Hi Nick nick.zincone is there any reason why the below query gives results on Advanced Search Tool of EIKON, but not in RDP? Also, how can I get the constituents (and weights thereof) of whatever Equity Index that comes out of the query below? import refinitiv.dataplatform as rdp rd.open_session() sFilter = "(…
I want to do a esg performance analye and i want to measure the performance with tobins q, but i cant find it by refinitiv eikon
Hi, I am struggling with finding dates of Forward Price in Eikon. i want a list of the name of Forward price month. eg) Nov, Dec, Jan ... please kindly let me know ;)
It looks like you're new here. Sign in or register to get started.