Company Profile

fmp_profile(symbol)

Arguments

symbol

character. A vector of stock symbols.

Value

a tibble of relevant financial information

See also

Examples

# \donttest{
my_stocks <- c('AAPL', 'GE')
d <- fmp_profile(my_stocks)
# }