Get historic quotes for one or more stocks.
quotes_history.Rd
To make sense of the `cond` column see the output from `condition_codes()`.
Examples
if (FALSE) { # \dontrun{
# Quotes for current day (none if market not yet open).
quotes <- quotes_history("AAPL")
quotes_history(c("AAPL", "TSLA"))
# Quotes for specific time period.
quotes <- quotes_history("AAPL", "2024-08-01T09:00:00Z", "2024-08-01T09:05:00Z")
} # }