Company Financial Growth

fmp_financial_growth(symbol, quarterly = FALSE)

Arguments

symbol

character. A vector of stock symbols.

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_financial_growth(my_stocks, quarterly = TRUE)
# }