-
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…
-
Dividend Yield of All ETFs
Is there a way to get dividend yield data for all US stocks and ETFs in bulk using a Python API?
-
Is there a way to batch download filings for a particular SDC Deal Number?
I would like to download the filings for a particular SDC File Number but I have to manually download one by one. Is there a faster way to do this such as batch download functionality?
-
Investor's portfolio data retrieval
I would like to analyze portfolios of institutional investors based in a given location (e.g. country) using the built-in formula in excel or by downloading the data from the web. For a list of investors (could exceed 1000 Perm Ids) -> for each investor find all/major equity holdings by firm ID (RIC, ISIN, and or any other…
-
Download a desription of all ESG variables
Hello, How to download the a list with the name and description of all ESG variables that LSEG offers? For instance: DIR Score and its description what it means, etc.
-
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…
-
ESG Data in Bulk.
I am trying to access ESG data in bulk. The purpose is to gather ESG scores point-in-time and compare the different cohorts of the ESG scores databases (backfilled vs non-backfilled). To do so, I am following this tutorial.…
-
Issue in downloading txt files in batch
I can't download txt files batch from 01/01/2002 to 01/01/2023, even after downloading Batch/Print App. Message will appear as "To Print/Save documents from the search grid, Batch Print/Save App must be installed. Installation is a onetime requirement for the use of this functionality from the search results grid.…
-
How to bulk download shareholder reports for a list of companies from Eikon/Workspace using CodeB...
...ook, Python or similar? Hello, I am a complete beginner at coding in Refinitiv - I previously used the Eikon screener for smaller projects where we would download shareholder reports and fund ownership summaries by hand. I have recently moved onto a much larger project where it would be impossible to download this…
-
Fetching Data For Multiple Tickers At The Same Time (Limits?)
Hello, given the following code: # Initializations df_daily = pd.DataFrame() # Set Start and End Dates with the following format "yyyy-mm-dd" StartDate = "1969-12-31" #Set start date EndDate = "2023-04-11" #Set end date Tickers =…
-
Content layer - ESG Bulk - FileNotFoundError: no init file found in folder
Hi, I am trying to collect ESG via RD and the Bulk method as shown on GitHub, but Getting the following error that seem to come from the RD library... Am I doing something wrong? # !pip install refinitiv-data import refinitiv.data as rd # pip install httpx==0.21.3…
-
Downloading multiple tearsheets at once
Hello I would like to download multiple Shareholder Activism Tearsheets at once. When I open the Corporate Governance Market Overview in Eikon, I can see a list of Shareholder Activism Campaigns with some high-level information (e.g. activist, target, status). However, I'm interested in more detailed data that I can access…
-
Exception from get bundle data in datastream
Hi, Im using the Datastream get_bundle_data to returns several items for a universe of stocks. We have set up a loop to cycle our universe. It works fine,but then randomly we get an error and it says it has did connected. Can you please advise me on the following. I should not we are within the max requests and on retry it…
-
"ESG Disclosure" download: S&P 500
Hello. Thank You for creating this amazing community and I hope to learn and contribute. I am working on a project where I need the following for S&P 500. * ESG disclosures (.pdf) * ESG data I have been able to easily get all my relevant data for ESG requesting Eikon Data API via Jupyter. ##CODE here for future reference #…
-
ImportError: cannot import name 'bulk' from 'refinitiv.data.delivery' on CodeBook
I'm using Codebooks Refinitiv Workspace and following the 'EX_01_05_05__Bulk_ESG' example. This is the error I recieve and haven't been able to find any solutions online. Would really appreicate any help!