get_days_inventory: Get Days Inventory

View source: R/get_days_inventory.R

get_days_inventoryR Documentation

Get Days Inventory

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_days_inventory(df)

Arguments

df

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

Details

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.

Value

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

Examples

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


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