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