Get startedGet started for free

Calculate Equity Value

Using the present value of the free cash flows from 2017 to 2021 (pv_fcfe) and the present value of the terminal value (pv_tv), calculate the equity value of the firm. Then, assuming the firm has a shares outstanding (shout) of 10 million shares, calculate the equity value per share.

This exercise is part of the course

Equity Valuation in R

View Course

Exercise instructions

  • Calculate the firm's equity value.
  • Calculate the firm's equity value per share.

Hands-on interactive exercise

Have a go at this exercise by completing this sample code.

# Calculate Equity Value
eq_val <- ___
eq_val

# Calculate Equity Value Per Share
eq_val_per_share <- ___
eq_val_per_share
Edit and Run Code