View source: R/get_gross_profit_to_assets.R
get_gross_profit_to_assets | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_gross_profit_to_assets(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
The Asset-Turnover-Ratio is calculated as Gross Profits divided by the firm's Total Assets. The ratio determined how efficiently a firm uses its assets to generate gross profits.
Input data.frame supplemented by the company's available Gross Profit to Asset Ratio data.
df <- data.frame('symbol' = 'AAPL') res <- get_gross_profit_to_assets(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.