Skip to content
/ warren Public
forked from nityansuman/warren

Web app to predict closing stock prices in real time using Facebook's Prophet time series algorithm with a multi-variate, single-step time series forecasting strategy.

License

Notifications You must be signed in to change notification settings

43trh/warren

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Warren - Stock Price Predictor

Codacy Badge GitHub GitHub code size in bytes GitHub repo size GitHub language count

Maintenance GitHub last commit

Stock market prediction is the act of trying to determine the future value of a company stock or other financial instrument traded on an exchange. The successful prediction of a stock's future price could yield significant profit. The efficient-market hypothesis suggests that stock prices reflect all currently available information and any price changes that are not based on newly revealed information thus are inherently unpredictable. Others disagree and those with this viewpoint possess myriad methods and technologies which purportedly allow them to gain future price information. Here we make use of Facebook's Time Series forcasting algorithm Prophet to predict stock market price of US based companies in real teim using multi-variate, single step forecasting strategy.

Header

Getting started

Download or clone project from github

$ git clone https://github.com/nityansuman/warren.git

Create a project environment (Anaconda recommended)

$ conda create --name envname python
$ conda activate envname

Install prerequisites

$ pip install -r REQUIREMENTS.txt

Run project

$ cd warren

$ python runserver.py

Model Validation Analysis

Facebook (Stock: FB) Validation FB_validation

Microsoft (Stock: MSFT) Validation MSFT_validation

Google (Stock: GOOGL) Validation GOOGLE_validation

Support

If you like the work I do, show your appreciation by 'FORK', 'STAR' and/or 'SHARE'.

Open to all types of collaboration. Feel free to raise a PR.

forthebadge made-with-python

About

Web app to predict closing stock prices in real time using Facebook's Prophet time series algorithm with a multi-variate, single-step time series forecasting strategy.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Jupyter Notebook 73.1%
  • CSS 24.1%
  • Python 1.8%
  • HTML 1.0%