Description Usage Arguments Value References Examples
Typically useful for determining a time period over which to compare several funds.
1  | ticker_dates(tickers, from = "1950-01-01", to = Sys.Date())
 | 
tickers | 
 Character vector with ticker symbols that Yahoo! Finance recognizes.  | 
from | 
 Date or character string (e.g.   | 
to | 
 Date or character string (e.g.   | 
Data frame with ticker symbol, start date, end date, and number of trading days for each ticker.
Ryan, J.A. and Ulrich, J.M. (2017) quantmod: Quantitative Financial Modelling Framework. R package version 0.4-12, https://CRAN.R-project.org/package=quantmod.
1 2 3 4 5  | ## Not run: 
# See what dates are available for Apple and Amazon
ticker_dates(c("AAPL", "AMZN"))
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.