View source: R/get_inventory_turnover.R
get_inventory_turnover | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_inventory_turnover(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
Inventory Turnover measures how fast the company turns over its inventory within a year. It is calculated as Cost of Goods Sold divided by Total Inventories.
Input data.frame supplemented by the company's available Inventory Turnover data.
df <- data.frame('symbol' = 'AAPL') res <- get_inventory_turnover(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.