/screener_with_fastapi

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

Primary LanguagePythonMIT LicenseMIT

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