Daily Security Prices
fmp_daily_prices(symbol, start_date = NULL, end_date = NULL, last_n = NULL)
symbol |
|
---|---|
start_date |
|
end_date |
|
last_n |
|
a tibble of quotes of requested securities
# \donttest{ # last 100 days of Apple stock prices d <- fmp_daily_prices('AAPL', last_n = 100) # }