get_debt_to_equity: Get Debt to Equity Ratio

View source: R/get_debt_to_equity.R

get_debt_to_equityR Documentation

Get Debt to Equity Ratio

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_debt_to_equity(df)

Arguments

df

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

Details

The debt-to-equity (D/E) ratio compares a company's total liabilities to its shareholder equity and can be used to evaluate how much leverage a company is using. Higher-leverage ratios tend to indicate a company or stock with higher risk to shareholders.

Value

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

Examples

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


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