This tool helps you analyze your credit card expenses and check whether you've spent money on publicly traded companies. It then tracks their stock performance since your purchase date.
🔹 Upload a PDF of your credit card statement
🔹 Automatically extracts transactions
🔹 Identifies publicly traded companies
🔹 Fetches stock data and visualizes trends
📌 Live Demo: Expense2Invest Streamlit App
git clone https://github.com/your-username/smart-expense-tracker.git
cd smart-expense-tracker
pip install -r requirements.txt
streamlit run app.py
- Upload your credit card PDF (supports Israeli, US Mastercard, Visa, and Amex formats)
- The tool extracts transactions (merchant, date, amount)
- It matches merchants to stock tickers (e.g., Amazon → AMZN)
- It fetches stock data from Yahoo Finance
- You get an interactive dashboard to track stock trends!
- 🔍 Better company matching using AI
- 📊 More advanced analytics & insights
- 🌎 Multi-language support
💡 Contributions are welcome! If you have ideas, feel free to open a PR.