Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 541 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 541 Bytes

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.