Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 445 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 445 Bytes

Constructed a dashboard with FastAPI that extracts data from yfinance API to a SQLAlchemy database.

  • Deploys data to a dashboard utilizing FastAPI with background tasks and Semantic UI.
  • Users interactively sort and filter stock related data by: price, 50 and 200 day moving average,
  • Key Metrics: forward price to earnings ratio | forward earnings per share ratio | and dividend yield.

Tech Stack: FastAPI | SQLAlchemy | Semantic UI