get_greenblatt_earnings_yield: Get Earnings Yield (Formula by Joel Greenblatt)

View source: R/get_greenblatt_earnings_yield.R

get_greenblatt_earnings_yieldR Documentation

Get Earnings Yield (Formula by Joel Greenblatt)

Description

Fetching Earnings Yield (Formula by Joel Greenblatt) from gurufocus.com.

Usage

get_greenblatt_earnings_yield(df)

Arguments

df

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

Details

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.

Value

Input data.frame supplemented by the company's available Earnings Yield (Joel Greenblatt) data.

Examples

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


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