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