get_ev_to_ebitda: Get...

View source: R/get_ev_to_ebitda.R

get_ev_to_ebitdaR Documentation

Get Enterprise-Value-to-Earnings-before-Interest-and-Depreciation-Ratio

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_ev_to_ebitda(df)

Arguments

df

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

Details

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.

Value

Input data.frame supplemented by the company's available Enterprise Value to Earnings before Interest and Depreciation data.

Examples

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


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