Question

This assignment will require you to analyze time series of monthly returns. Start by retrieving MONTHLY...

This assignment will require you to analyze time series of monthly returns. Start by retrieving MONTHLY data for the period of 08/01/2015 – 08/31/2019 from Yahoo website for −
S&P 500 Index (ticker: ^GSPC)
− General Electric Company (ticker: GE)
− Chevron Corporation (ticker: CVX)
− Intel Corporation (ticker: INTC)
− Tesla, Inc. (ticker: TSLA)

Instructions for downloading the data from Yahoo! Website (https://finance.yahoo.com/): To obtain the monthly data for each company, on Yahoo! Finance website, enter the ticker symbol under Quote Lookup. Then, click on “Historical Data”. Enter “Time Period” as given above. For “Frequency”, make sure Monthly is selected and then click on “Apply”. Click on “Download Data”.

Saving your final file:
Keep only Date and Adj Close columns for each company. Put all five sets of data in one excel file to do further analysis.

Very important: Save your final file as a .xls or .xlsx file before you start the computations. Comma delimited (.csv) files do not retain the formulae and cell references after closing the file. You will receive a grade of zero if your file does not contain cell references and formulae that show how you arrived at the various answers.

Calculating Returns:

Use the ‘Adj Close’ column to obtain returns for each period. Remember that the Adjusted Close column has already adjusted the prices for dividends and stock splits so you do not have to adjust for it again. Just use the adjusted close column to obtain the return R for each month t as: Rt = Adj Closet/Adj Closet-1 – 1

MINICASE 1

Solve for the following: [20 points]
A. Calculate the monthly returns for 08/01/2015 – 08/31/2019 period for
(i) S&P 500
(ii) GE
(iii) Chevron
(iv) Intel
(v) Tesla

[15 points] B. What is the average monthly return and standard deviation of returns for 08/01/2015 – 08/31/2019 period for
(i) S&P 500
(ii) GE
(iii) Chevron
(iv) Intel
(v) Tesla

[25 points] C. Calculate the correlation between:
(i) GE and Chevron
(ii) GE and Intel
(iii) GE and Tesla
(iv) Chevron and Tesla
(v) Chevron and Intel
(vi) Intel and Tesla
(vii) Explain your findings

[20 points] D. Calculate the stock betas for the 08/01/2015 – 08/31/2019 period for:
(i) GE
ii) Chevron
(iii) Intel
(iv) Tesla
(v) Comment on your findings.

[60 points]
E. Form three portfolio sand then answer the following questions:
 Portfolio 1: 50% in GE and 50% in Chevron
 Portfolio 2: 1/3rd in GE, 1/3rd in Chevron and 1/3rd in Intel
 Portfolio 3: 25% in GE, 25% in Chevron, 25% in Intel, and 25% in Tesla

(i) What is the average return and standard deviation of each portfolio?
(ii) What happens to your portfolio return and standard deviation as you add more securities in your portfolio?
iii) What could be the reason behind the pattern that you observe?

*SHOW ALL CALCULATIONS

0 0
Add a comment Improve this question Transcribed image text
Answer #1

(a)

Monthly return = (current month price - previous month price) / previous month price

(b)

Average and standard deviation are computed using AVERAGE and STDEV functions in Excel.

(c)

Correlation is computed using CORREL function in Excel.

(d)

Beta of each stock = Covariance (stock, GSPC) / Variance (GSPC).

Covariance and Variance are computed using COVAR and VAR functions in Excel.

А C E F Н К Monthly Monthly Return CVX Monthly Monthly Return Monthly Return GE CVX Return INTC Return 1 Date GSPC GSPC INTC

A В Е Н J К Monthly Monthly Monthly Return INTC INTC Monthly Return TSLA TSLA Monthly Return GE CVX -1.51% 108.77 Return Retu

A В C П E F G Monthly Return - Monthly Return GE (D33-D32) /D32 Monthly Return CVX (F33- F32) F32 1 Date GSPC GSPC GE CVX 33

A В C Е Н J К L Monthly Return GSPC (B33-B32) B32 (B34-B33IB33 Monthly Return GE Monthly Return - Monthly Return - TSLA =(J33

Add a comment
Know the answer?
Add Answer to:
This assignment will require you to analyze time series of monthly returns. Start by retrieving MONTHLY...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • MINICASE 1 You need to show your working notes in excel for credit. You must submit...

    MINICASE 1 You need to show your working notes in excel for credit. You must submit your work using excel files (with .xls or .xlsx for credit). This assignment will require you to analyze time series of monthly returns. MONTHLY data for the period of 01/01/2015 – 08/31/2018 − S&P 500 Index (ticker: ^GSPC) − General Electric Company (ticker: GE) − Intel Corporation (ticker: INTC) − Chevron Corporation (ticker: CVX) − Apple Inc. (ticker: AAPL) Calculating Returns: Use the ‘Adj...

  • What is the average monthly return and standard deviation of returns for 08/01/15-08/31/19: (iii) Chevron: Date...

    What is the average monthly return and standard deviation of returns for 08/01/15-08/31/19: (iii) Chevron: Date Adj Close 8/1/2015 67.98351 9/1/2015 67.04664 ######## 77.24643 ######## 77.62042 ######## 77.39832 1/1/2016 74.39566 2/1/2016 71.78875 3/1/2016 83.11975 4/1/2016 89.02702 5/1/2016 87.99893 6/1/2016 92.30142 7/1/2016 90.23226 8/1/2016 88.55934 9/1/2016 91.57452 ######## 93.20279 ######## 99.26207 ######## 105.7736 1/1/2017 100.0671 2/1/2017 101.1006 3/1/2017 97.41397 4/1/2017 96.80608 5/1/2017 93.88468 6/1/2017 95.61873 7/1/2017 100.0729 8/1/2017 98.63402 9/1/2017 108.7711 ######## 107.2807 ######## 110.1504 ######## 116.9746 1/1/2018 117.1241 2/1/2018 104.5755...

  • Please use the following data to answer the questions. The ticker symbols are for Tesla Inc...

    Please use the following data to answer the questions. The ticker symbols are for Tesla Inc (TSLA), Barrick Gold Corporation (GOLD) and Apple Inc (AAPL). The prices shown are the closing stock prices for the date shown. Your first task is to compute the monthly holding period returns for each stock for each month, using the Holding Period Return formula, which is HPR = (P1 - P0)/P0, where P1 is the end of period price and P0 is the start...

  • 1. You will need your ticker code (show your ticker code on your homework and include a printout ...

    Please explain to me on how you got that answer, thank you! 1. You will need your ticker code (show your ticker code on your homework and include a printout of the data!) for stock prices for this question. Use your ticker code to obtain the closing prices for the following two time periods to obtain two data sets: March 2, 2018 to March 16, 2018 February 16, 2018 to February 28, 2018Data set B Data set A Take the...

  • Answer the following fundamental questions for each time series (exercise 1-10): i. What is measured? (definition...

    Answer the following fundamental questions for each time series (exercise 1-10): i. What is measured? (definition of the time series) ii. How is it measured? (measurement units) iii. What is the periodicity? (frequency of the series) iv. What are the dominant features of the time series? (trends, non-seasonal cycles, seasonal cycles) We were unable to transcribe this image18 CHAPTER 1 Introduction and Context FIGURE E.2 Saving Rate (%). Monthly Data 1988/ ,m/i 01-2008/02 4 0 -2 01-88 01-90 01-92 01-94...

  • R studio #Exercise : Calculate the following probabilities : #1. Probability that a normal random variable...

    R studio #Exercise : Calculate the following probabilities : #1. Probability that a normal random variable with mean 22 and variance 25 #(i)lies between 16.2 and 27.5 #(ii) is greater than 29 #(iii) is less than 17 #(iv)is less than 15 or greater than 25 #2.Probability that in 60 tosses of a fair coin the head comes up #(i) 20,25 or 30 times #(ii) less than 20 times #(iii) between 20 and 30 times #3.A random variable X has Poisson...

  • The purpose of this analysis is to find an intrinsic value for Microsoft (MSFT) using the...

    The purpose of this analysis is to find an intrinsic value for Microsoft (MSFT) using the both the Constant Dividend Discount Model (DDM) and the Non-constant DDM. You will need to (1) estimate Beta in order to calculate the required return for MSFT; (2) estimate dividend growth rate; and (3) estimate future dividends.    Submit your Excel spreadsheet with all data and formulas so that your answers can be replicated. You may answer the questions on the spreadsheet. HOWEVER, WRAP YOUR...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT