View source: R/get_ebitda_per_share.R
get_ebitda_per_share | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_ebitda_per_share(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
EBITDA per Share is the amount of Earnings Before Interest, Taxes, Depreciation, and Amortization (EBITDA) per outstanding share of the company's stock.
Input data.frame supplemented by the company's available Get Earnings Before Interest, Tax and Depreciation Per Share data.
df <- data.frame('symbol' = 'AAPL') res <- get_ebitda_per_share(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.