Skip to content

prateek11892/StockMarketAnalysisAndPrediction

Repository files navigation

Stock Market Analysis And Prediction

Stock Market Analysis and Prediction is a tool through which we can analyze the value of the stock on the basis of

  1. Daily Returns
  2. 20 - Day Moving Average
  3. Bollinger Bands
  4. RSI Value

This tool makes use of numpy, pandas, and data visualization tools of python on the basis of data fetched from Yahoo Finance.

For the prediction feature, two methods of data mining has been applied, namely - XGBoost and ARIMA model. Also, the prediction that is done through the ARIMA model which shows the accuracy as high as 61% for 1 month data pf Google stock.