get_crypto_data: Get crypto asset data from Binance

Description Usage Arguments Value

View source: R/get_crypto_data.R

Description

Get crypto asset data from Binance

Usage

1
2
3
4
5
6
get_crypto_data(
  tickers,
  start_date,
  end_date,
  frequency = c("daily", "weekly", "monthly", "quarterly", "annual")
)

Arguments

tickers

a character vector of crypto crosses, e.g. c('BTCBUSD', 'ETHUSDT')

start_date

start date

end_date

end date

frequency

string indicating the frequency to convert data

Value

a tbl_df with columns ticker, date, variable and value


ces0491/fdoR documentation built on July 19, 2021, 8:47 a.m.