get_yacktman_forward_return: Get Forward Rate of Return (Yacktman)

View source: R/get_yacktman_return.R

get_yacktman_forward_returnR Documentation

Get Forward Rate of Return (Yacktman)

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_yacktman_forward_return(df)

Arguments

df

data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol.

Details

Yacktman defines forward rate of return as the normalized free cash flow yield plus real growth plus inflation. 's forward rate of return for was 0.00%. Unlike the Earnings Yield %, the Forward Rate of Return uses the normalized Free Cash Flow of the past seven years, and considers growth. The forward rate of return can be thought of as the return that investors buying the stock today can expect from it in the future.

Value

Input data.frame supplemented by the company's available Forward Rate of Return (Yacktman) data.

Examples

df <- data.frame('symbol' = 'AAPL')
res <- get_yacktman_forward_return(df)


OliverHennhoefer/quant documentation built on Sept. 18, 2022, 5:50 p.m.