get_debt_to_revenue: Get Debt-to-Revenue Ratio

View source: R/get_debt_to_revenue.R

get_debt_to_revenueR Documentation

Get Debt-to-Revenue Ratio

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_debt_to_revenue(df)

Arguments

df

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

Details

The Debt-to-Revenue Ratio is a personal finance measure that compares the amount of debt you have to your overall income. Lenders, including issuers of mortgages, use it as a way to measure your ability to manage the payments you make each month and repay the money you have borrowed.

Value

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

Examples

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


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