MYNT is a tool to help you predict future close prices for any given stock tickers.
Absolutely not. But it might help you learn how to use keras.
Mynt uses an LSTM network to predict close prices for a user-specified number of days in the future. The training data is downloaded via Alpha Vantage and requires that you request an API key. Currently
Refer to app.py, where you can set parameters that are used to train the network: tickers, epochs, batch size, look back, and number of days to predict, the alpha vantage api key.
- Allow multiple data sources, including for cryptocurrencies (only alphavantage at the moment)
- Any suggestions?