https://github.com/siris2314/stockenable
A python package built to allow stock prediction and crypto prediction
https://github.com/siris2314/stockenable
cryptocurrency keras-neural-networks pypi-package python3 stock tensorflow
Last synced: about 2 months ago
JSON representation
A python package built to allow stock prediction and crypto prediction
- Host: GitHub
- URL: https://github.com/siris2314/stockenable
- Owner: Siris2314
- Created: 2021-04-17T09:21:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-01T05:37:55.000Z (almost 5 years ago)
- Last Synced: 2025-07-06T14:01:56.221Z (about 1 year ago)
- Topics: cryptocurrency, keras-neural-networks, pypi-package, python3, stock, tensorflow
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# StockEnable
A python package built to allow stock prediction and crypto prediction, built on the powerful TensorFlow Library, StockEnable/StockFast is a package that allows for easy stock and crypto prediction.
## Usage:
Currently there are two methods implements in this package:
### stock_prediction:
Parameters:
- start_date: Date to start neural network training model
- end_date: Date to end neural network training model
- Company: Ticker of Company you want to predict the next closed stock price of, i.e. APPL, FB
### crypto_prediction:
Parameters:
- crypto: Crypto symbol of the crypto you want the model to predict, i.e. BTC, ETH
- world: Currency of any country you want the crypto to be converted to, i.e. USD, IND
- start_date: Date to start neural network training model
- end_date: Date to end neural network training model
- days: Span of days on which model will collect data from, the more you have the better the results may be