Skip to content

python stock tracker using high order polynimials for EMA and predictions

License

Notifications You must be signed in to change notification settings

gabrielbugarija/Stock_tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Prediction Web App

Overview

A Flask-based web app for fetching, visualizing, and predicting stock prices using Yahoo Finance (yfinance), Prophet, and Plotly.

Features

Fetch historical stock data

Interactive candlestick charts

Stock price predictions (30 days)

Requirements

Python 3.8+

Given HTML templates

Install dependencies:

pip install flask yfinance pandas numpy prophet plotly

Usage

Run the app:

python back2.py

Open http://127.0.0.1:5000/

Enter a stock symbol, select historical data duration, and submit.

Structure

back2.py - Main app script

templates/ - HTML templates

static/ - Static assets

Troubleshooting

Ensure correct stock symbols.

Sufficient historical data is required for predictions.

License

Open-source project.

Credits

Built using yfinance, Prophet, Flask, and Plotly.

About

python stock tracker using high order polynimials for EMA and predictions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published