Stocks Data Analysis and Visualization Using Python Assignment
Stocks Data Analysis and Visualization Using Python Assignment
Problem Statement:
For Investors to properly manage their portfolios, they need to visualize datasets, find
useful patterns and gain valuable insights such as stock daily returns and risks.
In this project we will use the power of python to perform stock data visualization and
stock return calculation.
Dataset:
Link: https://drive.google.com/file/d/1VX2IO8FVaFgv7dCPzH-
7WxSLHhxwkbK8/view?usp=sharing
The Dataset contains stock prices of certain companies listed in S&P 500. S&P 500 is
a stock market index that measures the stock performance of 500 large companies
listed on U.S. stock exchange.
Check the list of S&P 500 companies here:
https://en.wikipedia.org/wiki/List_of_S%26P_500_companies
17) Plot the Daily returns vs. time graph using both static and interactive
plots.