View source: R/get_debt_to_ebitda.R
get_debt_to_ebitda | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_debt_to_ebitda(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
The Debt to EBITDA is a ratio measuring the amount of income generated and available to pay down debt before covering interest, taxes, depreciation, and amortization expenses. Generally, net debt-to-EBITDA ratios of less than 3 are considered acceptable. The lower the ratio, the higher the probability of the firm successfully paying off its debt. Ratios higher than 3 or 4 serve as red flags and indicate that the company may be financially distressed in the future.
Input data.frame supplemented by the company's available Debt to EBITDA data.
df <- data.frame('symbol' = 'AAPL') res <- get_debt_to_ebitda(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.