View source: R/get_yacktman_return.R
get_yacktman_forward_return | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_yacktman_forward_return(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
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.
Input data.frame supplemented by the company's available Forward Rate of Return (Yacktman) data.
df <- data.frame('symbol' = 'AAPL') res <- get_yacktman_forward_return(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.