This project is a stock adviser tool that analyzes historical stock price data and provides insights into the performance of various stocks over a specified period. It utilizes the Yahoo Finance API to fetch historical stock price data and performs analysis to identify top-performing stocks based on certain criteria.
- Fetches historical stock price data using the Yahoo Finance API.
- Analyzes stock performance over a specified period.
- Identifies top-performing stocks based on predefined criteria.
- Generates plots to visualize stock performance trends.
- Clone the repository:
git clone https://github.com/eranbabayov/stock_adviser.git
- Install required dependencies:
pip install -r requirements.txt
- Run the
stock_adviser.py
script to execute the stock adviser tool:python stock_adviser.py
- Follow the prompts to specify the scanning days and other parameters.
- The tool will fetch historical stock price data, analyze the performance of various stocks, and generate visualizations to aid in decision-making.
- yfinance
- pandas
- matplotlib
Contributions are welcome! If you'd like to contribute to this project, please fork the repository and submit a pull request with your changes.