get_cash_per_share: Get Cash-per-Share

View source: R/get_cash_per_share.R

get_cash_per_shareR Documentation

Get Cash-per-Share

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_cash_per_share(df)

Arguments

df

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

Details

Cash-per-Share gives the cash, cash equivalents and marketable securities divided by the shares outstanding.

Value

Input data.frame supplemented by the company's available Cash-per-Share data.

Examples

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


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