Hi all,
In order to investigate the possible relation between the appearance of news and share price volatility, I am in the possession of two datasets:
Dataset A: This dataset contains the daily stock returns, for one year, of 384 different (companies) stocks, in addition to the traded volume of each of the stocks on that specific day.
Dataset B: This data set contains the news articles that mention the companies that are chosen in dataset A. Variables are for example: Ticker of the company, journal in which article was posted, title of article etc.
I now want to examine whether or not a relation exists between stock price volatility of company X and the appearance of news covering that same company X.
In order to do this, I obviously need a way to merge these two datasets. I have been looking at this issue for days now, and can't seem to find an answer. Part of the problem is the 'date' issue I believe.
I was thinking about taking the % of total articles on a certain company that appeared in a certain week of the year, so that if all the news was distributed evenly, each week would have 1/52 of the total news, and then combining this with the share price volatility in that same week of the year. However, I again would have to first be able to merge the datasets...
Many thanks,
In order to investigate the possible relation between the appearance of news and share price volatility, I am in the possession of two datasets:
Dataset A: This dataset contains the daily stock returns, for one year, of 384 different (companies) stocks, in addition to the traded volume of each of the stocks on that specific day.
Dataset B: This data set contains the news articles that mention the companies that are chosen in dataset A. Variables are for example: Ticker of the company, journal in which article was posted, title of article etc.
I now want to examine whether or not a relation exists between stock price volatility of company X and the appearance of news covering that same company X.
In order to do this, I obviously need a way to merge these two datasets. I have been looking at this issue for days now, and can't seem to find an answer. Part of the problem is the 'date' issue I believe.
I was thinking about taking the % of total articles on a certain company that appeared in a certain week of the year, so that if all the news was distributed evenly, each week would have 1/52 of the total news, and then combining this with the share price volatility in that same week of the year. However, I again would have to first be able to merge the datasets...
Many thanks,
Comment