Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Instructions for Questions 1 3 - 1 9 Create a dataset that has monthly returns for the following stocks: TSLA, JNJ , GOOGL, and GE

Instructions for Questions 13-19
Create a dataset that has monthly returns for the following stocks: TSLA, JNJ, GOOGL, and GE from January 1,2018 to December 31,2022 using their "adjusted" price. Create an equally weighted portfolio consisting of these stocks and calculate the monthly returns of your portfolio. Import the Market Returns and Risk-Free Rate dataset and join with your portfolio to obtain the market return (market return) and risk-free rate (risk-free).
Hint: The code to retrieve the necessary data from the tidyquant package on R is as follows: 'stocks <- c('TSLA','JNJ', 'GOOGL', 'GE')%>% tq_get(get = "stock.prices", from ="2018-01-01", to ="2022-12-31")
Hint: An equally weighted portfolio means that you invest the same proportion of your total investment into each stock. If you have 4 stocks, you'd invest 25% of your total funds into each.
Dataset Market and Risk Free Return: Market_and_RiskFree_Returns_2018_to_2022.csv
How many months did this portfolio exceed a 25% return rate?
1 month
2 months
3 months
4 months

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Understanding Healthcare Financial Management

Authors: Louis C. Gapenski, George H. Pink

6th Edition

1567933629, 9781567933628

More Books

Students also viewed these Finance questions