Pass in a symbol from available_symbols() or no symbol to return dates for all available symbols

valid_dates(symbol = NULL)

Arguments

symbol

character string of the instrument symbol to find start date for, or NULL for all available symbols

Value

A data.frame containing the symbol and date from which data is available

Examples

if (FALSE) { valid_dates("XBTUSD") valid_dates(NULL) }