get_debt_to_ebitda: Get Debt to EBITDA

View source: R/get_debt_to_ebitda.R

get_debt_to_ebitdaR Documentation

Get Debt to EBITDA

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_debt_to_ebitda(df)

Arguments

df

data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol.

Details

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.

Value

Input data.frame supplemented by the company's available Debt to EBITDA data.

Examples

df <- data.frame('symbol' = 'AAPL')
res <- get_debt_to_ebitda(df)


OliverHennhoefer/quant documentation built on Sept. 18, 2022, 5:50 p.m.