Skip to content

Model using Long Short Term Memory to predict stock prices. Input is OHLC data which the program will automatically procure from Yahoo! Finance using Python web scrapers. The input will be ticker, date range of OHLC data, and number of days for prediction.

Notifications You must be signed in to change notification settings

SASGODcoder/Automated-Stock-Prediction

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Automated-Stock-Prediction

Model using Long Short Term Memory to predict stock prices. Input is OHLC data which the program will automatically procure from Yahoo! Finance using Python web scrapers. The input will be ticker, date range of OHLC data, and number of days for prediction. If two or more stocks are used, program will also find the co-relation between the stocks. Program also downloads the key characteristics of the stock such as beta, moving average, etc.

About

Model using Long Short Term Memory to predict stock prices. Input is OHLC data which the program will automatically procure from Yahoo! Finance using Python web scrapers. The input will be ticker, date range of OHLC data, and number of days for prediction.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages