Risk Analysis Of Stocks

Shweta Lodha
3 min readFeb 26, 2022

In this article, I’ll explain about how can we perform risk analysis for certain public listed stocks. To perform this, we will look at the data of certain time frame and will try to analyze which stock is riskier than other one based on the price deviation and the average price.

Throughout this exercise, I’ll be using Python as a programming language.

Required Packages

Here is the list of packages we need to be install before proceeding:

  • pandas
  • numpy

--

--