iTrade is a Python-based application for novice traders, developed during the first-year Artificial Intelligence Bachelor's course "Computational Thinking". The application recommends stocks using real-time financial data from Yahoo Finance (yfinance).
- Fetches real-time stock data using Yahoo Finance (
yfinance) - Analyzes and recommends stocks based on selected financial metrics
- Supports S&P 500 companies data
- Provides historical stock performance insights
Ensure you have Python 3.7+ installed. You will also need the following dependencies:
pip install yfinance pandas numpy matplotlib