Hi
I have one file with M&A transactions with an ID for the company name. Now, i want to merge every transaction with the daily prices of 2010-2018 of another file on the basis of the ticker variable (ID). Using merging m:m does work but once a company ticker occurs multiple times (This means that the same company is involved in more than 1 transaction) only 1 of the transactions recieves all the price data. The other transactions only merge on 1 date. As a result some transactions only have 1 daily return observation.
Can anybody help me in resolving this problem? I am absolutely sure that the data exists (Because it merges in the right way on 1 transaction) but it simply does not merge in the right way.
I have one file with M&A transactions with an ID for the company name. Now, i want to merge every transaction with the daily prices of 2010-2018 of another file on the basis of the ticker variable (ID). Using merging m:m does work but once a company ticker occurs multiple times (This means that the same company is involved in more than 1 transaction) only 1 of the transactions recieves all the price data. The other transactions only merge on 1 date. As a result some transactions only have 1 daily return observation.
Can anybody help me in resolving this problem? I am absolutely sure that the data exists (Because it merges in the right way on 1 transaction) but it simply does not merge in the right way.
Comment