Stock Market Analysis

Analysing the Pattern and Trends of shares

This project is meant for stock market analyis using pandas,matplotlib, pandas-datareader, datetime and other python modules with yahoo finance.
Live stocks data are fetched from Yahoo finance.

In particular, we are going to study the trend in price and volume of ICICI, HDFC and INDUSIND BANK from 1,1,2020 to 10,01,2020.

We are going to see how to read the data using proper functions and how to analysis the stock price that we have, whether it is opening prices, closing prices, and Volume etc.

We will also see the changes in Volume Traded and how it interpreted in terms of stock prices.

At a first step, let's give project name

project_name = "stock-market-analysis-using-pandas"