valid_dates {bitmexr}R Documentation

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)

Arguments

symbol

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

Value

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

Examples

## Not run: 
valid_dates("XBTUSD")

## End(Not run)

[Package bitmexr version 0.3.3 Index]