The most recent content from our members.
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
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…
...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
...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…
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…
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…
...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,
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))],…
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…
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!
It looks like you're new here. Sign in or register to get started.