View source: R/get_yoy_eps_growth.R
get_yoy_eps_growth | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_yoy_eps_growth(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
YoY EPS Growth is the percentage change of Earnings per Share (Diluted) over the past twelve months.
Input data.frame supplemented by the company's available Year-over-Year Earnings per Share Growth data.
df <- data.frame('symbol' = 'AAPL') res <- get_yoy_eps_growth(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.