View source: R/get_debt_to_equity.R
get_debt_to_equity | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_debt_to_equity(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
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.
Input data.frame supplemented by the company's available Debt to Equity Ratio data.
df <- data.frame('symbol' = 'AAPL') res <- get_debt_to_equity(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.