down_ohlc: download ohlc for an asset pair

View source: R/down_ohlc.R

down_ohlcR Documentation

download ohlc for an asset pair

Description

download ohlc between specified dates, of a specified period for the specified asset pair

Usage

down_ohlc(asset_pair, min_date, max_date, interval)

Arguments

asset_pair

character of the asset pair as accepted by kraken api

interval

the period in minutes for each candle

min_dt

the datetime to start from as a unix timestamp

max_dt

the datetime to end at as a unix timestamp

Value

a dataframe


aushaff/krakenTools documentation built on Feb. 24, 2024, 2:33 a.m.