View source: R/get_days_inventory.R
get_days_inventory | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_days_inventory(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
The Asset-Turnover-Ratio indicates the average time in day that a company takes to turn its inventory, including goods that are work in progress, into sales.
Input data.frame supplemented by the company's available Days Inventory data.
df <- data.frame('symbol' = 'AAPL') res <- get_days_inventory(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.