Skip to content

Tshah119/monthly-tech-stock-analysis-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Monthly Technology Stock Analysis

Overview

This project analyzes monthly performance of major technology stocks using Python. The analysis groups financial time-series data by month and explores patterns in stock returns.

Companies Analyzed

  • Microsoft (MSFT)
  • IBM (IBM)
  • Meta Platforms (FB)
  • Twitter (TWTR)
  • Alphabet Inc. (GOOG / GOOGL)
  • Apple Inc. (AAPL)

Data Analysis

  • Monthly grouping of stock return data
  • Aggregation of returns by company and month
  • Data manipulation using pandas
  • Visualization using matplotlib and seaborn

Tools & Libraries

Python

  • pandas
  • matplotlib
  • seaborn

Purpose

This project demonstrates Python techniques for financial time-series analysis, grouping operations, and visualization commonly used in financial analytics and quantitative research.

About

Python analysis of monthly technology stock performance using pandas groupby operations and data visualization with matplotlib and seaborn.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors