Skip to content

A Python-based stock analysis project using yfinance, pandas, and seaborn to analyze historical data of major tech stocks. The notebook includes daily return analysis, moving averages, volatility tracking, and correlation visualizations β€” all packed into one Jupyter Notebook.

Notifications You must be signed in to change notification settings

Hardikk-7/Stock-Analysis-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“Š Stock Analysis Project

This project focuses on analyzing the historical stock performance of major tech companies using Python, Jupyter Notebook, and financial data from Yahoo Finance. It includes data visualization, return analysis, moving averages, and correlation heatmaps to explore patterns and relationships in stock behavior.

πŸ“ Files

  • Project2.ipynb: Main Jupyter Notebook containing all code, visualizations, and analysis.

🧰 Tools & Libraries

  • pandas for data manipulation
  • yfinance for stock data retrieval
  • matplotlib and seaborn for data visualization
  • NumPy for numerical computations

πŸ“ˆ Key Features

  • βœ… Download historical stock data using yfinance
  • πŸ“Š Plot closing prices and daily returns
  • πŸ” Analyze moving averages over 10, 20, and 50-day windows
  • πŸ“‰ Visualize stock volatility
  • πŸ”— Correlation heatmaps to show relationships between different stock returns
  • πŸ” Use scatter plots and KDE to inspect stock relationships

🏁 How to Run

  1. Clone the repo or download the notebook:
    git clone https://github.com/Hardikk-7/Stock-Analysis-Project.git
    cd Stock-Analysis-Project

About

A Python-based stock analysis project using yfinance, pandas, and seaborn to analyze historical data of major tech stocks. The notebook includes daily return analysis, moving averages, volatility tracking, and correlation visualizations β€” all packed into one Jupyter Notebook.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors