-
How can I get earning forecast data on earning report dates for all listed firm in US stock marke...
...t history? I want to download all the earning forecast historical data of all listed firms in US financial market ? Especially, I only want to get the forecast closest to earning report date. Could you please help me how I should write my code for the Eikon API.
-
Downloading company research headlines using API
Hi, I am new to Eikon Data Api, and I am using it on R studio in a Windows 11 environment. I am trying to search company reports in the Advanced Research Search (New) app library, and my searching criteria is: 1) Country = US, 2) Report type = Company, 3) Date = All. This gives me 25,618 total reports, and there is an…
-
Start from LEI to get company information
New user of Code Book inside Eikon API. I want to start with LEI and find corpororate information like parent LEI and industry code. Input: ZYBR0GI2DCOB4RV8NO37 Output industry group: debt fund
-
Search for website of company
Hello community I've got a question to ask I access Add Filter to look up website of company but I failed can someone help me? Thanks
-
Refinitiv.data proper fields names
Greetings, I am currently involved in a project aimed at retrieving the closing price for companies that have been delisted due to bankruptcy, specifically the day following their bankruptcy announcement. The primary methodology I employ involves checking whether 'TR.MnAHasBankruptcy' is true. If this condition is met, we…
-
Analyze the data using advanced algorithms.
Greeting everyone! I am currently engaged in the development of algorithms tailored for advanced data analysis and require your expert guidance on a couple of technical challenges I am encountering. Firstly, I am seeking a method to accurately extract the closing price on the day following the Bankruptcy Announcement,…
-
Download ADVRES research headlines for sponsored research using API and Python
Hello, I'm trying to download both current and historical research headlines for specific companies, and focusing only on sponsored research. In the Eikon app, I'm aware that I can find this by going to ADVRES, clicking on the dropdown for Contributors >> Independent Research Providers >> and there using a designated tick…
-
Research API, combine "Views" selectors.
Hello everyone! I'm currently progressing on a project focused on companies that have been delisted. For this project, I'm utilizing the Refinitiv Search API. I've successfully managed to extract data on US companies that were delisted, including the reasons for their delisting, which are currently limited to two…
-
Research API Metadata
Hi! I am currently utilizing the Refinitiv Research API for a project and have encountered difficulty in retrieving properties by using metadata for certain entities. As of now, I can successfully fetch properties for "GOV_CORP_INSTRUMENTS" and "Organisations." However, when attempting to access properties for other…
-
How can i get all companies listed in any exchange for a period?
I am using both refinitiv web and plug-in in Excel. I would like to get all listed companies in London Business Exchange between 2005 and 2020 (active, inactive… everything) Thanks in advance!!
-
I have PermID and Issuer names and I need to retrieve the cik numbers for these issuers. Can some...
I have PermID and Issuer names and I need to retrieve the cik numbers for these issuers. Can someone help me with the code to do this? I am using Workspace in my computer.
-
historical analyst data download
Hello, Could you help me write the command in Excel Workspace to download historical analyst forecast data for all public companies? This is what I have as of now... thank you!…
-
Fuzzy name company search
Hi @nick.zincone , I am doing a company search based on fuzzy names. Following issue came up with the search namely: say I specify companies "SoftwareONE" , "Accenture". The query below returns results in random order. How to map results back to the companies I specified? (have 20K names). Many thanks. Grigorios >>>mystr =…
-
From FundCompany to LEI
I post the following code. I am retrieving info starting from ISIN codes and I want to retrieve FundCompany and LEI code. To do that I first retrieve the RIC code, then fetch fund company and from here I look for the LEI. The problem is that using the FundCompany retrieved from Refinitiv, the API can never find the LEI…
-
How to get data on companies that have been listed on the STOXX Europe 600 from 2015-2022?
Hi, I want to identify those companies that have been listed on the STOXX Europe 600 during the whole period of 2015-2022, and exclude those that have joined or leaved during the period. Is there a simple way to do this?