• Stars
    star
    118
  • Rank 299,432 (Top 6 %)
  • Language
    Jupyter Notebook
  • License
    MIT License
  • Created almost 5 years ago
  • Updated over 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Stock Price Prediction

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

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

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