8000 GitHub - OBITORASU/stonks: A stock price predicting algorithm using LSTM architecture of RNN
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A stock price predicting algorithm using LSTM architecture of RNN

License

Notifications You must be signed in to change notification settings

OBITORASU/stonks

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

stonks

A stock price predicting algorithm using Long Short-Term Memory (LSTM) architecture of RNN. This program predicts the closing stock price of a corporation or index using the past 60 day closing stock price. It works on data collected from Yahoo Finance(https://in.finance.yahoo.com/) using pandas datareader. In this particular case I predicted the price of SBI listed in NSE. The corporation or index needed for prediction can be changed in the 11th line of file stonks.py; using the respective code for a corporation or index in Yahoo Finance.

df = web.DataReader('SBIN.NS', data_source='yahoo', start='2015-01-01', end='2020-11-13')

E.g 'SBIN.NS' is the code for State Bank of India, NSE.

I've also incorporated matplotlib to visually incorporated the prediction and the actual price of the market.

About

A stock price predicting algorithm using LSTM architecture of RNN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0