-
Is it possible to find the RIC of certain company with Eikon Data API if I only have company name...
Is it possible to find the RIC of certain company with Eikon Data API if I only have company name in hand?
-
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
-
How to *exact match* on company name in Eikon/Python
I am using Spyder in Windows with Eikon API. I am trying to extract information on companies using their company name. My personal data of both inactive and active public and private companies, through which I'm trying to match company names, does *not* have RIC, PermID, or any other corresponding code. All it has is the…
-
How i can find de RIC code for a company with the private company name with a python script , eg ...
...ILIAD CAPITAL or Santander Asset Management SA SGIIC How i can find de RIC code for a company with the company name with a python script , eg ILIAD CAPITAL or Santander Asset Management SA SGIIC
-
using Python to download all securities that have exposures to a country, a sector, or a company ...
...to excel I wanted to download from Refinitiv Eikon all securities (including equities, bonds, etc.) that have exposure to a given country, using Python. But I have no experience using Python to download anything from Eikon at all. Wondering if anyone can help me on this. I also wanted to download all securities that…
-
How to correct for duplicated bond identifiers in Refinitiv workspace or through RDP API
I am using Refinitiv python API to clean the data for a project for which I have a dataset with a massive number of international bonds with CUSIPs and ISINs as identifiers. I have to keep a record of unique bonds and merge them with another dataset. My problem is specifically two groups of bonds : 1) bonds with only one…
-
Download definition of variables API python
I am downloading the company fundamentals (Balance sheet and Income statement variables) for some companies. I want to download the definition of the variables as well. For example for "total debt", the long definition is "Represents total debt outstanding, which includes: Notes Payable/Short-Term Debt, Current Portion of…
-
How can I get a list of all companies with the RIC code available in the database (refinitiv and/...
...or datastream and/or permID)? Hello, I wanted to know if it was possible to get a list of all the companies available in the database (which preferably exists to date) and which have a CEO and CFO in the entity. I use Renitiv and datastream. Also, how can I get this list via permID? Thanks a lot,
-
Obtain TR.CommonName and TR.RIC given a list of companies
I have a list of 1752 private company names. I would like to ask how to extract TR.CommonName and TR.RIC for all of the 1752 companies. I use the following code to obtain TR.CommonName and TR.RIC for Jetstar df, err = ek.get_data([SCREEN(U(IN(Private(OrgType(COM,UNK,MKP)))),Contains(TR.CommonName, Jetstar))],…
-
Retirieve old name of delisted stock
I am extracting company names using Eikon field TR.CommonName. In case of RIC INSY.OQ^F19 and NEOL.OQ^B09 the company name turns out to be same INSYS Therapeutic Inc. Although INSY.OQ^F19 was actually INSYS Therapeutic Inc. but NEOL.OQ^B09 was named NeoPharm, Inc. How can I retrieve the actual company name for NEOL.OQ^B09…
-
Retrieving company identifiers from bond information
Hi, I have a list of bonds with ISIN/CUSIP information, and I'd like to retrieve the ISIN/CUSIP/PermID or alternative identifier of the issuer? Can this be done from the Eikon API in R? Thanks!
-
How to find all public (listed) companies on NYSE / NASDAQ for every end of the year from 2005-2020?
Hi all, I am currently starting with my master thesis and I can't seem to find how to get a list of public companies on a certain date. I want to get all companies that were listed on either the NASDAQ or NYSE at the end of the year for every year from 2005 until 2020. I seem to be only able to get the currently active or…
-
List of all worldcheck IDs / companies
the WorldCheck ID for a company is different than the RIC... Is there a list of worldcheckIDs-Company that I can retrieve or use somewhere? is there a relation with RICs too?
-
Identify characteristics of historic board members on ASX 200 companies?
I'm currently trying to extract from Eikon using the Python API information about the board members of ASX 200 companies going back 25 years. I'm interested in the name, qualifications, and last executive role for each year going back for each board member. I've been able to find information about the number of people on…
-
Keyword search across multiple company Filings (FIL)
I need to search for a keyword in the filings of multiple companies (example search in Eikon Web below). Is this possible via the Python API? If so, what is the syntax for setting this up in Jupyter Notebook? Thanks.