View source: R/get_equity_to_assets.R
get_equity_to_assets | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_equity_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 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.
Input data.frame supplemented by the company's available Equity-to-Total-Assets Ratio data.
df <- data.frame('symbol' = 'AAPL') res <- get_equity_to_assets(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.