View source: R/get_yoy_ebitda_growth.R
get_yoy_ebitda_growth | R Documentation |
Fetching Year-over-Year Earnings before Interest, Tax and Appreciation Growth-Rate from gurufocus.com
get_yoy_ebitda_growth(df)
df |
data.frame. Data.frame with column symbol containing at least one valid ticker symbol of a listed stock. |
YoY EBITDA Growth is the percentage change of EBITDA per share.
Input data.frame supplemented by the company's available Year-over-Year Earnings before Interest, Tax and Appreciation Growth data.
df <- data.frame('symbol' = 'AAPL') res <- get_yoy_ebitda_growth(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.