get_goodwill_to_assets: Get Goodwill to Assets Ratio

View source: R/get_goodwill_to_assets.R

get_goodwill_to_assetsR Documentation

Get Goodwill to Assets Ratio

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_goodwill_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 proportion of a company's goodwill, which is an intangible asset, to its total assets and is a factor in that company's valuation. The ratio quantifies a company's brand value and other intangible aspects of its valuation.

Value

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

Examples

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


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