View source: R/get_greenblatt_earnings_yield.R
get_greenblatt_earnings_yield | R Documentation |
Fetching Earnings Yield (Formula by Joel Greenblatt) from gurufocus.com.
get_greenblatt_earnings_yield(df)
df |
data.frame. Data frame with column symbol containing at least one valid stock ticker symbol. |
Joel Greenblatt's definition of Earnings Yield has the same problems the regular earnings yield does. It does not consider the growth of the company. It only looks at one-year's business operation. For cyclical companies, the earnings yield is usually highest at the peak of the business cycle, although these earnings are rarely sustainable.
Input data.frame supplemented by the company's available Earnings Yield (Joel Greenblatt) data.
df <- data.frame('symbol' = 'AAPL') res <- get_greenblatt_earnings_yield(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.