View source: R/get_cash_conv_cycle.R
get_cash_conv_cycle | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_cash_conv_cycle(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
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.
Input data.frame supplemented by the company's available Cash Conversion Cycle data.
df <- data.frame('symbol' = 'AAPL') res <- get_cash_conv_cycle(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.