| get_local_binance_klines | R Documentation |
Get Local Binance Kline Data
get_local_binance_klines(
symbol = "ETHUSDT",
interval = "1m",
local_path = NULL,
storage = c("single", "monthly"),
from = NULL,
to = NULL
)
symbol |
Trading pair symbol. |
interval |
Candlestick interval. |
local_path |
Optional Binance storage path. |
storage |
Local storage mode: monolithic |
from, to |
Optional bounds used to prune monthly partitions before read. |
data.table or NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.