Hi, I am currently using excel add-in to getter data on M&A deals. I am using the deal screener but I am not able to pull the ISIN code for the acquirer and the target. I am currently preparing for another (very scarce) timeslot in the Refinitiv database provided by my university and I would like to know which steps I…
Hi! Is Eikon API only possible with Python? Would it be possible to use it with C# or any other?
In the workspace, there is a section with the summary holding > debtor domicile, for fixed income funds, like TIP, it shows country and the allocation in percentage. How can I retrieve this data? I couldn't find any data item that links to this specific information: ```python df = rd.get_data( universe=['TIP'], fields=[ #…
Hi! I am trying to download daily price of stock index from a list of RICs by the following code. But it does not work. Can you please help me on this? df, e = ek.get_data(["MERV","SP500","ATX"], ['TR.PriceClose(Curn=USD)','TR.PriceClose.calcdate'], {'SDate': '2012-01-01', 'EDate': '2023-02-10','Frq':'D'}) df
hi, I have recently been migrated to Workspace (from Eikon). Using a python api, is it possible to retrieve the news headlines over, say, the last 1 year? I would like to ad some filters like, "most impactful"/ "inflation" / "interest rates"/ "country" like US or Japan etc. I am guessing this was possible using eikon api…
Can anyone please help me in fetching the Open Interest(OI) data for a given contract. I thought that the below data frame would contain a column for Open Interest, but it didn't. There may be a specific RIC for the same.
Hello everyone, I recently faced the RIC changed issue, some companies changed their ticker symbol which leads my data retrieval and maintenance get in trouble. I'm seeking assistance in obtaining a list of RIC changes, such as FB.OQ --> META.OQ on June 9, 2022 KERN.OQ --> GRYP.OQ on Feb 2024 SASI.OQ --> NTRP.OQ on 13 MAR…
I would like to pull data from the SCREENER App on Private Equity/VC using the Eikon API. In WorkSpace I do this by opening the SCREENER app, setting "Universe" to "Private Equity/VC" and then setting any other filters I need. Based off this documentation of how to use the API to pull data from the SCREENER App, it appears…
I am writing to report a problem using Eikon. The problem is that when downloading data (in Python) from ESG using the following main commands: Fields = (['TR.EnvironmentPillarScore.date', 'TR.TRESGScore','TR.TRESCGCScore', 'TR.EnvironmentPillarScore','TR.TRESGEmissionsScore',…
I am trying to run Eikon DATA API: import eikon as ek ek.set_app_key(xxx) and i get error: "Error: no proxy address identified.Check if Eikon Desktop or Eikon API Proxy is running." I downloaded Eikon Data API Proxy for Windows - README.zip and this file is refering to the non existing page: Starting with Eikon version…
It looks like you're new here. Sign in or register to get started.