get_yoy_eps_growth: Get Year-over-Year Earnings per Share Growth

View source: R/get_yoy_eps_growth.R

get_yoy_eps_growthR Documentation

Get Year-over-Year Earnings per Share Growth

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_yoy_eps_growth(df)

Arguments

df

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

Details

YoY EPS Growth is the percentage change of Earnings per Share (Diluted) over the past twelve months.

Value

Input data.frame supplemented by the company's available Year-over-Year Earnings per Share Growth data.

Examples

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


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