Pass in a symbol from available_symbols() or no symbol to return dates for all available symbols
valid_dates(symbol = NULL)
| symbol | character string of the instrument
symbol to find start date for, or  | 
|---|
A data.frame containing the symbol and date from which data is available
if (FALSE) { valid_dates("XBTUSD") valid_dates(NULL) }