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