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 when I click on the Tearsheet of the campaign (see Screenshot 1.png). The problem is that I need this information for a few hundred campaigns and I cannot download all Tearsheets at once. The only workaround that I found so far was downloading every single Tearsheet, which would take way too much time. I already tried creating a Python script with the code creator, but I cannot make it run. When I try to use the Deal Number of the campaign (in the top right corner of the Tearsheet) as an identifier for the function, it only gives me empty values. I already found the relevant Data Items in the code creator (see Screenshot 2.png), so there must be a way to extract the data via Python or Excel. I believe that I haven't figured out which identifier/universe to use to access these Shareholder Activism Campaign.
So, I would be more than grateful if you could tell me how to download the data of Shareholder Activism campaigns on a larger scale. I don't care if it will work via Python or Excel, I just need a way so that I don't have to download hundreds of Tearsheets manually.
Thank you in advance.
Answers
-
@maa1112 Thanks for your question - so the first step is to create a deal universe and this can be achieved via API as follows:
import refinitiv.data as rd
from refinitiv.data.content import searchrd.open_sesion()
rd.discovery.search(
view = search.Views.DEALS_MERGERS_AND_ACQUISITIONS,
filter = "TransactionAnnouncementDate ge 2023-01-01",
select = "DocumentTitle,SdcDealNumber,TransactionAnnouncementDate,AcquirerRIC,AcquirerOAPermId,SellerOAPermId,SellerRIC,TargetOAPermId,TargetRIC,TransactionStatus,TargetRegion",
top = 10000
)This will give you a list of deals with Deal Number (SdcDealNumber) and also AcquirerRIC and also TargetRIC (or PermID). Once you have these you can use the get_data API call to get more specific info about the deal that you showed in the CODECR screenshot as follows:
ric = 'NEM'
sDate = '2023-02-06'
rd.get_data(universe=ric,fields=['TR.DealDate','TR.DealCurrency','TR.DealType','TR.DealSynopsis','TR.DealAttitude'],parameters={'SDate': sDate,'DealDateType':'AD'})I hope this can help.
0 -
@jason.ramchandani01 thank you for your response!
Unfortunately, this only seems to work for M&A deals, but not for Shareholder Activism Campaigns (which I am trying to access). Since I can access the SDC Deal Numbers of those Campaigns pretty easily, I tried to get some data on specific deals using get_data (as explained in this question), but unfortunately, it is not returning any data. It seems like it is not finding Shareholder Activism Campaigns in the M&A universe.
Do you know how to adjust the code so that I can access the Shareholder Activism Tearsheets (as shown in my initial questions)?
Thanks a lot.
0 -
@maa1112 Hi sorry I didn't realise this was the domain you were looking at - the Shareholder Activism view is not available as a search view per se- so I am just trying to see how I can get a universe using a generic search approach - please bear with me - I will get back when I have something.
0 -
@jason.ramchandani01 thank you so much!
If accessing this view is to difficult, do you maybe know if there is a way to download multiple Excel files or documents at once?
I could manually download every Tearsheet as an Excel file, but that would take way too much time. But if there is a way to download multiple of those Tearsheets into Excel files at once, that would already help me a lot since I could build a script and extract the data out of those Excel files.
0
Categories
- All Categories
- 3 Polls
- 6 AHS
- 36 Alpha
- 166 App Studio
- 6 Block Chain
- 4 Bot Platform
- 18 Connected Risk APIs
- 47 Data Fusion
- 34 Data Model Discovery
- 685 Datastream
- 1.4K DSS
- 615 Eikon COM
- 5.2K Eikon Data APIs
- 10 Electronic Trading
- Generic FIX
- 7 Local Bank Node API
- 3 Trading API
- 2.9K Elektron
- 1.4K EMA
- 252 ETA
- 556 WebSocket API
- 38 FX Venues
- 14 FX Market Data
- 1 FX Post Trade
- 1 FX Trading - Matching
- 12 FX Trading – RFQ Maker
- 5 Intelligent Tagging
- 2 Legal One
- 23 Messenger Bot
- 3 Messenger Side by Side
- 9 ONESOURCE
- 7 Indirect Tax
- 60 Open Calais
- 275 Open PermID
- 44 Entity Search
- 2 Org ID
- 1 PAM
- PAM - Logging
- 6 Product Insight
- Project Tracking
- ProView
- ProView Internal
- 22 RDMS
- 1.9K Refinitiv Data Platform
- 652 Refinitiv Data Platform Libraries
- 4 LSEG Due Diligence
- LSEG Due Diligence Portal API
- 4 Refinitiv Due Dilligence Centre
- Rose's Space
- 1.2K Screening
- 18 Qual-ID API
- 13 Screening Deployed
- 23 Screening Online
- 12 World-Check Customer Risk Screener
- 1K World-Check One
- 46 World-Check One Zero Footprint
- 45 Side by Side Integration API
- 2 Test Space
- 3 Thomson One Smart
- 10 TR Knowledge Graph
- 151 Transactions
- 143 REDI API
- 1.8K TREP APIs
- 4 CAT
- 27 DACS Station
- 121 Open DACS
- 1.1K RFA
- 104 UPA
- 193 TREP Infrastructure
- 228 TRKD
- 917 TRTH
- 5 Velocity Analytics
- 9 Wealth Management Web Services
- 90 Workspace SDK
- 11 Element Framework
- 5 Grid
- 18 World-Check Data File
- 1 Yield Book Analytics
- 46 中文论坛