Skip to content

kmknidhi/Time-Series-Analysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Time-Series-Analysis

Summary: Performing the risk/return analysis over time for india listed IT companies. There are many listed companies, but selected sample stocks for an anlysis.

Following are the steps to analyse financial stock price data

  1. Importing required python libraries
  2. Date range for the data for our analysis
  3. Selecting stock ticker symbol for performance review
  4. Importing stock price data from yahoo finance and stored in variable "stocks"
  5. Generally conduct analysis on Adjust Close price or Close price.
  6. Visualize the Adjusted Close of the stocks over time
  7. Bring the stocks price value to the same Base (100)
  8. Base price ploting to compare performance
  9. Calculating daily returns for selected stocks and create a new returns (daily/monthly returns) DataFrame
  10. Calculating the annualized mean return and the annualized standard deviation (Risk) of returns for selected stocks.
  11. Figure out the best-performing stocks are and the worst-performing stock (in terms of risk/return)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published