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