Giter Site home page Giter Site logo

asheladia / pandas_whale_analysis Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 1.0 5.75 MB

I created a tool (an analysis notebook) that analyzes and visualizes the major metrics of the portfolios across all of these areas, and determine which portfolio outperformed the others. You will be given the historical daily returns of several portfolios: some from the firm's algorithmic portfolios, some that represent the portfolios of famous "whale" investors like Warren Buffett, and some from the big hedge and mutual funds. You will then use this analysis to create a custom portfolio of stocks and compare its performance to that of the other portfolios, as well as the larger market (S&P 500).

Home Page: https://github.com/Asheladia/Pandas_whale_analysis

Jupyter Notebook 100.00%
portfolio-returns algorithmic-portfolios whale-portfolios custom-portfolio portfolios-outperform

pandas_whale_analysis's Introduction

Whale Off the Port(folio)

Portfolio Analysis

Background

The investment division of Harold's company has been investing in algorithmic trading strategies. Some of the investment managers love them, some hate them, but they all think their way is best.

You just learned these quantitative analysis techniques with Python and Pandas, so Harold has come to you with a challenge—to help him determine which portfolio is performing the best across many areas: volatility, returns, risk, and Sharpe ratios.

You will need to create a tool (an analysis notebook) that analyzes and visualizes the major metrics of the portfolios across all of these areas, and determine which portfolio outperformed the others. You will be given the historical daily returns of several portfolios: some from the firm's algorithmic portfolios, some that represent the portfolios of famous "whale" investors like Warren Buffett, and some from the big hedge and mutual funds. You will then use this analysis to create a custom portfolio of stocks and compare its performance to that of the other portfolios, as well as the larger market (S&P 500).

In this homework assignment, you will be accomplishing three main tasks:

  1. Read in and Wrangle Returns Data
  2. Determine Success of Each Portfolio
  3. Choose and Evaluate a Custom Portfolio

Instructions

File: Whale Analysis Starter Code

Prepare the Data

First, read and clean several CSV files for analysis. The CSV files include whale portfolio returns, algorithmic trading portfolio returns, and S&P 500 historical prices. Use the Whale Analysis Starter Code to complete the following steps:

  1. Use Pandas to read in each of the CSV files as a DataFrame. Be sure to convert the dates to a DateTimeIndex.

  2. Detect and remove null values.

  3. Remove dollar signs from the numeric values and convert the data types as needed.

  4. The whale portfolios and algorithmic portfolio CSV files contain daily returns, but the S&P 500 CSV file contains closing prices. Convert the S&P 500 closing prices to daily returns.

  5. Join Whale Returns, Algorithmic Returns, and the S&P 500 Returns into a single DataFrame with columns for each portfolio's returns.

returns-dataframe.png

Conduct Quantitative Analysis

Analyze the data to see if any of the portfolios outperform the stock market (i.e., the S&P 500).

Performance Analysis

  1. Calculate and plot cumulative returns. Does any portfolio outperform the S&P 500?

Risk Analysis

  1. Create a box plot for each of the returns. Which box has the largest spread? Which has the smallest spread?

  2. Calculate the standard deviation for each portfolio. Which portfolios are riskier than the S&P 500?

  3. Calculate the annualized standard deviation (252 trading days).

Rolling Statistics

  1. Plot the rolling standard deviation of the various portfolios along with the rolling standard deviation of the S&P 500 using a 21 day rolling window. Does the risk increase for each of the portfolios at the same time risk increases in the S&P?

  2. Construct a correlation table for the algorithmic, whale, and S&P 500 returns. Which returns most closely mimic the S&P?

  3. Choose one portfolio and plot a rolling beta between that portfolio's returns and S&P 500 returns. Does the portfolio seem sensitive to movements in the S&P 500?

  4. An alternative way to calculate a rolling window is to take the exponentially weighted moving average. This is like a moving window average, but it assigns greater importance to more recent observations. Try calculating the ewm with a 21 day half-life.

Plot Sharpe Ratios

Investment managers and their institutional investors look at the return-to-risk ratio, not just the returns. (After all, if you have two portfolios that each offer a 10% return, yet one is lower risk, you would invest in the lower-risk portfolio, right?)

  1. Using the daily returns, calculate and visualize the Sharpe ratios using a bar plot.

  2. Determine whether the algorithmic strategies outperform both the market (S&P 500) and the whales portfolios.

Create Custom Portfolio

Harold is ecstatic that you were able to help him prove that the algorithmic trading portfolios are doing so well compared to the market and whales' portfolios. However, now you are wondering whether you can choose your own portfolio that performs just as well as the algorithmic portfolios. Investigate by doing the following:

  1. Visit Google Sheets and use the in-built Google Finance function to choose 3-5 stocks for your own portfolio.

  2. Download the data as CSV files and calculate the portfolio returns.

  3. Calculate the returns for each stock.

  4. Using those returns, calculate the weighted returns for your entire portfolio assuming an equal number of shares for each stock.

  5. Add your portfolio returns to the DataFrame with the other portfolios and rerun the analysis. How does your portfolio fair?

Your analysis should include the following:

  • Using all portfolios:
    • The annualized standard deviation (252 trading days) for all portfolios.
    • The plotted rolling standard deviation using a 21 trading day window for all portfolios.
    • The calculated annualized Sharpe Ratios and the accompanying bar plot visualization.
    • A correlation table.
  • Using your custom portfolio and one other of your choosing:
    • The plotted beta. . How does your portfolio fair?

Resources

Pandas API Docs


Hints

  • After reading each CSV file, don't forget to sort each DataFrame in ascending order by the Date using sort_index. This is especially important when working with time series data as we want to make sure Date indexes go from earliest to latest.

  • The Pandas functions used in class this week will be useful for this assignment.

  • Be sure to use head() or tail() when you want to look at your data but don't want to print to a large DataFrame.


  1. Create a Jupyter Notebook containing your data preparation, analysis, and visualizations. Put your analysis and answers to the assignment questions in raw text (markdown) cells in the report.

  2. Submit your notebook to a new GitHub repository.

  3. Add the URL of your GitHub repository to your Assignment when submitting via Bootcamp Spot.


© 2020 Trilogy Education Services, a 2U, Inc. brand. All Rights Reserved.

pandas_whale_analysis's People

Contributors

asheladia avatar

Watchers

 avatar

Forkers

urvijaykumar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.