get_inventory_turnover: Get Inventory Turnover

View source: R/get_inventory_turnover.R

get_inventory_turnoverR Documentation

Get Inventory Turnover

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_inventory_turnover(df)

Arguments

df

data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol.

Details

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.

Value

Input data.frame supplemented by the company's available Inventory Turnover data.

Examples

df <- data.frame('symbol' = 'AAPL')
res <- get_inventory_turnover(df)


OliverHennhoefer/quant documentation built on Sept. 18, 2022, 5:50 p.m.