Skip to content

This project takes analyses the TSLA stock value by comparing the asset to the market SP500 (SPDR)

Notifications You must be signed in to change notification settings

filsan95/Project-TSLA_Pricing_Using_CAPM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Analyzing Stock Price of Tesla Using CAPM

Filsan Musa

Summary

This project analyses the price of Tesla's stock, ticker TSLA, to determine whether the asset is fairly priced. This will be done through comparing the performance of TSLA to the overall performance of the stock market. To get the performance of the stock market the SPDR S&P 500 trust, ticker SPY, will be used. The SPY is a good indicator of the overall market performance as it mimics the S&P 500, and is the largest global ETF.

Understanding CAPM

The Capital Asset Pricing Model, known as CAPM, is model that evaluates the value of a stock, and is used to determine where a stock is overvalued, undervalued, or fairly priced. The following formula will be used to determine this:


$$ Y_t=\beta_o + \beta_1X_t + \epsilon_t $$


$Y_t$: is the Excess Return of TSLA
$X_t$: is the Excess Return of the market
$\beta_o$: is the intercept/constant and measures pricing error
$\beta_1$: is the slope of the security charateristic line
$\epsilon_t$: is the error term

Install Packages

The following R libraries will be required:

  • Dplyr

  • Ggplot2

Meet the Data

You can include R code in the document as follows:

df <- read.csv("/Users/filsanbeddel/Documents/PORTFOLIO PROJ/TSLA_CAPM/TSLA.csv", header = TRUE)
head(df, 10)
summary(df)

About

This project takes analyses the TSLA stock value by comparing the asset to the market SP500 (SPDR)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages