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
Which month is the difference between the portfolio return and the market return the highest?
September 2018
August 2020
November 2020
February 2022

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

Data And Information Quality Dimensions, Principles And Techniques

Authors: Carlo Batini, Monica Scannapieco

1st Edition

3319241060, 9783319241067

More Books

Students also viewed these Databases questions

Question

How might one measure team morale?

Answered: 1 week ago