View source: R/get_debt_to_assets.R
get_debt_to_assets | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_debt_to_assets(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
The Asset-Turnover-Ratio is a leverage ratio that defines the total amount of debt relative to a company's assets. A ratio of about >= 1 means a company owns the same amount of liabilities or more as its assets and with that is highly leveraged. Lower ratios indicate that a company owns more asset than liabilities and can meet its obligations by selling assets if needed.
Input data.frame supplemented by the company's available Debt to Asset Ratio data.
df <- data.frame('symbol' = 'AAPL') res <- get_debt_to_assets(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.