get_debt_to_assets: Get Debt to Asset Ratio

View source: R/get_debt_to_assets.R

get_debt_to_assetsR Documentation

Get Debt to Asset Ratio

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_debt_to_assets(df)

Arguments

df

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

Details

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.

Value

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

Examples

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


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