Hi! I have a list of RICs around 700 firms. I am trying to find ISIN of their issued bond for a typical year (for example 2020). How can I use API for this issue? Many thanks!
How can I fetch the intraday data (say, 1 hour or 1 minute) for a given RIC (ex- '1SN4^1'). I tried the below code snippet, but it appears to be incorrect. Please help me figure out this issue. req = ek.get_timeseries(["1SN4^1"], start_date="2013-04-17T00:00:00", end_date="2014-07-10T00:00:00", interval="minute")
don't get any data for a funds (as ex. instrument: NO0011151797) using ek.get_data. I run the check for the most used items from DIB. the result is None, refer to excel file
I am attempting to get data on a set of rics for these variables (['TR.InvestorFullName', 'TR.InvestorFullName.investorid','TR.InvestorFullName.investorpermid','TR.CategoryOwnershipPct','TR.InvestorType','TR.InvParentType', 'TR.PctOfSharesOutHeld', 'TR.PctofSharesOutHeld.Date', 'TR.InvAddrCountry', 'TR.OwnTrnverRating',…
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.
It looks like you're new here. Sign in or register to get started.