View source: R/get_ev_to_ebitda.R
get_ev_to_ebitda | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_ev_to_ebitda(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
The enterprise value to earnings before interest, taxes, depreciation, and amortization ratio (EV/EBITDA) compares the value of a company—debt included—to the company's cash earnings less non-cash expenses.
Input data.frame supplemented by the company's available Enterprise Value to Earnings before Interest and Depreciation data.
df <- data.frame('symbol' = 'AAPL') res <- get_ev_to_ebitda(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.