get_fcf_per_share: Get Free Cash Flow per Share

View source: R/get_fcf_per_share.R

get_fcf_per_shareR Documentation

Get Free Cash Flow per Share

Description

Wrapper function for fetching data from gurufocus.com.

Usage

get_fcf_per_share(df)

Arguments

df

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

Details

Free cash flow per share (FCF) is a measure of a company's financial flexibility that is determined by dividing free cash flow by the total number of shares outstanding. This measure serves as a proxy for measuring changes in earnings per share.

Value

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

Examples

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


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