Retrieve Real-Time Quotes of Selected Securities and Cryptocurrencies

fmp_quote(symbol)

Arguments

symbol

character. A vector of stock symbols.

Value

a tibble of quotes of requested securities

Examples

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