Dear all,
I am researching M&A, in order to do so I need to calculate abnormal returns based on stock returns. I retrieved the M&A transactions from SDC Platinum and the corresponding stock prices from Datastream. The identifier used is "Datastream Code". My data sets to merge into panel data are shaped as follows:
SDC output (example):
Datastream output (example):
Is any one aware of a way to merge the two data sets into on panel data set? For each company, I wish to retrieve the stock prices for the 200 days prior to the announcement and 20 days thereafter.
Thanks in advance!
Best,
Stijn
I am researching M&A, in order to do so I need to calculate abnormal returns based on stock returns. I retrieved the M&A transactions from SDC Platinum and the corresponding stock prices from Datastream. The identifier used is "Datastream Code". My data sets to merge into panel data are shaped as follows:
SDC output (example):
Date announced | Target Name | Datastream Code | Deal Value | Target Advisor |
1/1/1992 | ABC | 123456A | 1000 | BAML |
5/2/1995 | DEF | 123456B | 1000 | Credit Suisse |
10/5/1997 | GHI | 123456C | 1000 | JPMorgan |
6/20/2001 | JKL | 123456D | 1000 | Houlihan Lokey |
ABC | DEF | GHI | JKL | |
Date | 123456A | 123456B | 123456C | 123456D |
1/1/1992 | 1 | 2.25 | 1.17 | 23.57 |
1/2/1992 | 1.12 | 2.23 | 1.25 | 22.52 |
x | x | x | x | x |
20/5/2018 | 2.68 | 12.13 | NA | 38.59 |
Thanks in advance!
Best,
Stijn
Comment