View source: R/get_net_cash_per_share.R
get_net_cash_per_share | R Documentation |
Wrapper function for fetching data from gurufocus.com.
get_net_cash_per_share(df)
df |
data.frame. Data frame with column 'symbol' containing at least one valid stock ticker symbol. |
Net Cash per Share is calculated by taking all a company's cash, less all current liabilities and dividing that number by the total shares outstanding.
Input data.frame supplemented by the company's available Net Cash per Share data.
df <- data.frame('symbol' = 'AAPL') res <- get_net_cash_per_share(df)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.