Skip to content

larsondg2000/Streamlit-Portfolio-Tracker

Repository files navigation

Portfolio Tracker

alt-text

This program tracks your portfolio using a Streamlit interface. Basic functions include:

  • Add/edit stocks in your portfolio
  • Saves portfolio to a database
  • Tracks dividends
  • Analyzes portfolio risk

Dependencies

  • yfinance
  • pandas
  • numpy
  • plotly
  • matplotlib

Ensure these libraries are installed to run the program successfully.


For detailed function descriptions and code usage, refer to the inline comments within the script.