get_cash_to_debt: Get Cash-Debt-Ratio

View source: R/get_cash_to_debt.R

get_cash_to_debtR Documentation

Get Cash-Debt-Ratio

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_cash_to_debt(df)

Arguments

df

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

Details

The Cash-Debt-Ratio measures a company's cash, cash equivalents, marketable securities relative to its debt. A Cash-Debt-Ratio greater 1 indicates that a company can pay off its debt using its cash on hand.

It differs from the Cash-Ratio by focusing on current as well as on non-current liabilities.

Value

Input data.frame supplemented by the company's available Cash-Debt-Ratio data.

Examples

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


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