-
Dividend adjusted historical prices
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…
-
FCF estimated data from Eikon API doesn't match WS
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…
-
I would like to find out if it is possible to do an API call to get daily FX information from Ref...
...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 Importing News Text in bulk
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…
-
RIC of delisted companies
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…
-
The Average price for Datasets are wrong.
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…
-
API Python Query
I am currently gathering company financial data through Eikon Data API (Python). I have a situation where the only working metric for the 2500+ company identification is the company's full name. I have also tickers and 6-digit CUSIP codes (obtained from the SDC Platinum M&A Database); however, the tickers are for EU…
-
Client error doctype
I have been using API for quite some time, and never gotten this error. Now I get this. How to troubleshoot this? Thanks 2024-02-05 11:09:36,223 P[6956] [MainThread 7328] Error code 404 | Client Error: <!DOCTYPE html><html lang="en"><head><meta charset="utf-8"><title>Error</title></head><body><pre>Cannot POST…
-
What is the ID retrieved in the API?
Hello, Using the following two fields: ['TR.InvestorFullName.investorid','TR.InvestorFullName'], I may get as ID "2928306", corresponding to "Mitsubishi UFJ Financial Group Inc". If I try to use ek.get_data() with 'TR.ISIN' for the ID above then I get no match. If I try to use ek.get_symbology() I have the same issue. (For…
-
Using Multiple eikon Api key
I am using multiple API key (which were generated by API key Generator in the refinitv eikon Desktop) . I have Suppose four API keys each API key associated with different account and each account logged on different PC. I am trying to use all the four API keys to get the data from eikon data API but on single PC . So as…