down_ohlc | R Documentation |
download ohlc between specified dates, of a specified period for the specified asset pair
down_ohlc(asset_pair, min_date, max_date, interval)
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 |
a dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.