- 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.
AuFeld/screener_with_fastapi
Constructed a dashboard with FastAPI that extracts data from the yfinance API to a SQLAlchemy database.
PythonMIT