Company Rating

fmp_rating(symbol, historical = FALSE)

Arguments

symbol

character. A vector of stock symbols.

historical

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

Value

a tibble of relevant financial information

See also

Examples

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