get_cash_conv_cycle: Get Cash Conversion Cycle

View source: R/get_cash_conv_cycle.R

get_cash_conv_cycleR Documentation

Get Cash Conversion Cycle

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_cash_conv_cycle(df)

Arguments

df

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

Details

The Cash Conversion Cycle measures the amount of days it takes for a company to convert its investments in inventory and other resources into cash flows from sales. The measure it calculated by Days Sales Outstanding + Days Inventory - Days Payable.

A negative value indicates that it takes a company longer to pay its suppliers than it takes the company to sell its inventory and collect its money. It is difficult to compare the Cash Conversion Cycle between different industries.

Value

Input data.frame supplemented by the company's available Cash Conversion Cycle data.

Examples

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


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