Skip to content

kelvinkissi/Quantitative-Analysis-With-Pandas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Quantitative Portfolio Analysis

by KELVIN KISSI

Display


Background

In this Jupyter Notebook, I use Python and Pandas quantitative analytical tools to identify the top-performing portfolios based on volatility, returns, risk, and Sharpe ratios. Through the analysis and visualization of these key metrics, I achieved three main objectives:

  • Read in and Wrangle Returns Data - Preparing the Data
  • Determine Success of Each Portfolio - Conducting Quantitative Analysis
  • Choose and Evaluate Custom Portfolio - Building a Custom Portfolio (including data preparation and quantitative analysis)


Read and Clean Data

Read each CSV file into a DataFrame using Pandas. Next, clean the data by converting dates to a DateTimeIndex, identifying and removing all null values, and adjusting data types as necessary. Finally, concatenate all the DataFrames into a single DataFrame to perform quantitative analysis and determine if any portfolios outperform the S&P 500.

Display

Performance Analysis

Display


Display

According to the cumulative return data and visualizations, none of the four fund portfolios surpassed the performance of the S&P 500.


Display

Berkshire Hathaway exhibited the highest volatility with the widest range, while Soros showed the least volatility.


Risk Analysis

Display

Annualized Standard Deviation (252 trading days) of the 4 portfolios and the S&P 500.


Display

A 21-day rolling window for visualizing the rolling standard deviations of the four fund portfolios.


Shape Ratios

Display

The Sharpe Ratios plot indicates that BERSHIRE HATHAWAY INC provides the best risk-return profile, while PAULSON & CO INC presents the least favorable risk-return characteristics.


Conclusion

After completing the quantitative analysis of various portfolios, I recommend including the S&P 500 and BERSHIRE HATHAWAY INC in our firm's fund offerings.