<-Go back to projects

Stock Price Prediction


Description-

It is a python desktop application which provide various statistics (rolling mean, compare stocks, Bollinger bands, average open, close, low, high, volume) regarding stock and the main task of this project is to predict the future closing price of the given stock. This project uses machine learning technique to predict the stock prices.

Front end-

Python (Pyqt5, matplotlib)

Back end-

Python (pandas, numpy, sklearn, datareader)

Data-

Historical data for specified stock is taken from Yahoo finance through datareader module of python.