项目作者: jcamiloangarita

项目描述 :
Stock Price Prediction
高级语言: Jupyter Notebook
项目地址: git://github.com/jcamiloangarita/stocker.git
创建时间: 2019-11-09T19:51:10Z
项目社区:https://github.com/jcamiloangarita/stocker

开源协议:MIT License

下载


PyPI version
License: MIT
tests
Downloads

STOCKER

Stocker is a python tool that uses ANN to predict the stock’s close price for the next business day. Suggestions and contributions of all kinds are very welcome.

Authors

  • Juan Camilo Gonzalez Angarita - jcamiloangarita
  • Moses Maalidefaa Tantuoyir
  • Anthony Ibeme

See the full list of contributors involved in this project.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Get pwptemp

  • Users: Wheels for Python from PyPI
    • pip install stocker
  • Developers: Source code from github
    • git clone https://github.com/jcamiloangarita/stocker

Quick use

  1. >>> import stocker
  2. >>> stocker.predict.tomorrow('AAPL')
  3. [266.07, 1.276, '2019-11-11']

Notice that output = [predicted price, error(%), date of the next business day]