Company Discounted Cash Flow Value

fmp_dcf(symbol, historical = FALSE, quarterly = FALSE)

Arguments

symbol

character. A vector of stock symbols.

historical

logical. If TRUE return historical dcf values. If FALSE return current estimate. Default is FALSE

quarterly

logical. If TRUE return quarterly. If FALSE return annual. Default is FALSE

Value

a tibble of relevant financial information

See also

Examples

# \donttest{
my_stocks <- c('AAPL', 'GE')
d <- fmp_dcf(my_stocks, historical = TRUE, quarterly = TRUE)
# }