How can I define the variable "Total Number of Shares Held" as a time series variable over the last 6 years in the Eikon Sreener app?
I want to draw a variable on the percentage of shares held by the largest shareholder at FYE for a panel sample through the excel formula builder but I could not find a variable yet that gives me this information and that I can get the panel data for. So I wanted to ask whether such a variable exists and if so, what the…
Hi team, I can easily find the Eikon Data API syntax document in our developers community website. However, when I am using Codebook, the sample codes are using rd, just like: import refinitiv.data as rd I found that the syntax of rd are much different with the document where using ek syntax, just like import eikon as ek…
I have a list of company names and ticker symbols which maybe different from the correct RIC that reuters uses. For example I might say 'Reliance', but the correct RIC would be 'RELI.NS'. I'm using python API. Is there any way I can get the RIC using a keyword programmatically instead of searching manually and finding it…
From what I researched in this forum, Eikon does not provide dividend adjusted historical prices. But since the posts are very old (more than 2 years old), I would like to know if such a feature was implemented since them. Using unadjusted prices for modelling is unacceptable and even free services such as Yahoo have…
Hi everyone, I'm confused why the historical free cash flow estimations don't match that of Workspace? Please have a look at the screenshots below: AAPL, Free cash flow estimations from Eikon API AAPL, historical free cash flow estimations from WS In the first photo, the free cash flow estimations (Mean) are highlighted in…
...intiv into Microsoft D365? I would like to find out if it is possible to do an API call to get daily FX information from Refintiv into Microsoft D365?
API Python If APPKEY is generated, does it mean I can connect to Eikon via my own Python/Anaconda environment without having to use Codebook? Could you provide a sample script to retrieve the news date, news title, news content, as well as news publisher, of Singapore financial news (news code SG AND GLOFIN) for the last 3…
Hello, I have a list of permid, e.g., ['4296383853', '4295908768'] I need to retrieve the correspnding RICs using the eikon API with python. I tried this code: df, err = ek.get_data(['4296383853', '4295908768'], ['TR.CompanyName', 'TR.RIC']) df print(df) This is what I get: Instrument Company Name RIC 0 4296383853…
Hi, I am using Eikon with Python program for a few years. Every time, I contact 'Helpdesk', they said they have not clue about python, so I needed to ask questions on Developer site. I posted the same questions every single time, and i did not get any clear answer at all. Last time I asked, he said he does not have a…
It looks like you're new here. Sign in or register to get started.