Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 521 Bytes

README.md

File metadata and controls

18 lines (9 loc) · 521 Bytes

stockTracker

Track and chart stocks. Created with Python (Flask-SQLAlchemy,Plotly, yfinance, Pandas), HTML, CSS

To create local database:

from app import db

db.create_all()

Main Interface

stock-tracker_ex

Charting Interface

interactive_example