Learn R Programming

bitmexr (version 0.3.3)

valid_dates: Start date of data availability for available symbols

Description

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

Usage

valid_dates(symbol = NULL)

Value

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

Arguments

symbol

character string of the instrument symbol to find start date for.

Examples

Run this code
if (FALSE) {
valid_dates("XBTUSD")
}

Run the code above in your browser using DataLab