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 ;)
on 'Price History' page with this RIC named 'CMZN0' I searched with the interval as 'Daily' and 'Monthly' Base on Daily data below, the average of Oct-2023 has to be '2449.20' but in the other picture, It provides 2432.50 for Oct-2023. how to get precise 'monthly data'?
Getting errors trying to pull in deal data, any idea why?
It looks like you're new here. Sign in or register to get started.