R/fmp-quotes.R
fmp_quote.Rd
Retrieve Real-Time Quotes of Selected Securities and Cryptocurrencies
fmp_quote(symbol)
symbol |
|
---|
a tibble of quotes of requested securities
# \donttest{ my_stocks <- c('AAPL', 'GE') d <- fmp_quote(my_stocks) # }