Stocker Save

Stock Price Prediction

Project README

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]

Open Source Agenda is not affiliated with "Stocker" Project. README Source: jcamiloangarita/stocker
Stars
118
Open Issues
14
Last Commit
11 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating