Description Usage Arguments Value See Also Examples
The function calculates the free cash flow to firm (FCFF) using the cash flow financials from GetCashFlow function and the Morningstar data. The FCFF is calculated from the Net Income, Change in working capital, depreciation expense and Capital expenditures (CAPEX).
1 | Calculate_FCFF(Ticker, year)
|
Ticker |
Ticker of the stock to be evaluated |
year |
Year to calculate FCFF for |
FCFF Returns the calculated FCFF
1 2 3 4 5 6 7 | {
Ticker <- "AAPL"
year <- 2017
FCFF_AAPL_2017 <- Calculate_FCFF(Ticker, year)
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.