Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 385 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 385 Bytes

Stock Analysis of the MAGMA companies

Analyzing stock trends of the MAGMA (Microsoft, Amazon, Google, Meta, Alphabet) companies

Installation Instructions

Pandas: pip install pandas

Numpy: pip install numpy

Pandas Datareader: pip install pandas-datareader (for extracting financial information from Yahoo Finance)

Matplotlib: pip install matplotlib