get_equity_to_assets: Get Equity-to-Total-Assets Ratio

View source: R/get_equity_to_assets.R

get_equity_to_assetsR Documentation

Get Equity-to-Total-Assets Ratio

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_equity_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 measures the amount of equity the business or farm has when compared to the total assets owned by the business or farm. To determine the Equity-To-Asset ratio you divide the Net Worth by the Total Assets. This ratio is measured as a percentage.

Value

Input data.frame supplemented by the company's available Equity-to-Total-Assets Ratio data.

Examples

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


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