CaetanoGS / stocksForecast

This is a stock forecast, where the user can search for a stock and the Linear Regression will return the forecast of it.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stocks Prediction

Home Page Time Series Chart Candle and OHLC charts

About this Project

The idea of the Web App is:

"Share knowledge in the form of stocks predictions, providing a simple way to learn".

Why?

This project is part of my personal portfolio, so, I'll be happy if you could provide me any feedback about the project, code, structure or anything that you can report that could make me a better developer!

Email-me: CaetanooG@hotmail.com

Connect with me at LinkedIn.

Observation about this App

1 - The web app is in development

Installers

If you want to test the Web App, the installers are listed below:

Python 3.8.x

Functionalities

  • Get the stock price of the next work day and also the error of the prediction

  • Get the stock information

    • Last open and close values in the period searched
    • Last high and low values in the period searched
  • See the hystorical graphics of the selected stock

    • Time series chart
    • Candlestick chart
    • OHLC chart

Getting Started

Prerequisites

To run this project in the development mode, you'll need to have a basic environment to run a Python, that can be found here.

Installing

Cloning the Repository

$ git clone https://github.com/CaetanoGS/stocksForecast.git

$ cd stocksForecast/app

Installing dependencies

$ pip3 install -U yfinance flask stocker numpy

Running

With all dependencies installed and the environment properly configured, you can now run the app:

$ python3 app.py

Contributing

You can send how many PR's do you want, I'll be glad to analyse and accept them! And if you have any question about the project...

Email-me: CaetanooG@hotmail.com

Connect with me at LinkedIn

Thank you!

About

This is a stock forecast, where the user can search for a stock and the Linear Regression will return the forecast of it.


Languages

Language:HTML 74.1%Language:Python 25.6%Language:CSS 0.3%