Skip to content

Predicting Stock Price on the basis of a combination of fundamenta data (google trends data and sentiment data) and technical data(stock price) collected for TWTR (Twitter Inc)

Notifications You must be signed in to change notification settings

gawd-coder/Stock-Price-Forecasting-Using-Information-from-Yahoo-Finance-and-Google

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock-Price-Forecasting-Using-Information-from-Yahoo-Finance-and-Google

Predicting Stock Price on the basis of a combination of fundamenta data (google trends data and sentiment data) and technical data(stock price) collected for TWTR (Twitter Inc)

TL;DR

Through this paper, we first apply the conventional ARMA time series analysis on the historical weekly stock prices of TWTR and obtain forecasting results. Then we propose an algorithm to evaluate news/events related to TWTR stock using information from the sentiment values and the Google trend website. We then regress the changes in weekly stock prices on the values of the news at the beginning of the week. We aim to use this regression result to study the relationship between news and stock price changes and improve the performance of the conventional stock price forecasting process.

Datasets

This work is based on the attached paper. Read through the paper to get a good understanding on how to approach a combination of fundamental and technical data for understanding stock price movements. I could not find Key Development Features (Yahoo has discontinued that API as it violated policies because yahoo extracted most information from external news websites like Reuters) so had to use sentiment indicator which I found on Quandl here. I filtered the TWTR ticker data from sample data of this dataset. Accordingly I downloaded the appropriate OHLC data and google trends (for TWTR). I have added all time adjusted in this repo. I have added all the resultant plots in plots folder.

Contributing

Feel free to dive in! Open an issue or submit PRs.

About

Predicting Stock Price on the basis of a combination of fundamenta data (google trends data and sentiment data) and technical data(stock price) collected for TWTR (Twitter Inc)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages