get_net_net_working_capital: Get Net-Net Working Capital

View source: R/get_net_net_working_capital.R

get_net_net_working_capitalR Documentation

Get Net-Net Working Capital

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_net_net_working_capital(df)

Arguments

df

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

Details

The Net-Net Working Capital technique was developed by Benjamin Graham, in which a company is valued based on its net-current assets per share (NCAVPS). The Net-Net Working Capital is calculated based on current assets, taking cash and cash equivalents at full value, then reducing accounts receivable for doubtful accounts and reducing inventories to liquidation values. Net-net value is calculated by deducting total liabilities from the adjusted current assets. Since the measure does not consider long-term assets or liabilities, it is unreliable for long-term investments.

Value

Input data.frame supplemented by the company's available Net-Net Working Capital data.

Examples

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


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