get_local_binance_klines: Get Local Binance Kline Data

View source: R/binance_data.R

get_local_binance_klinesR Documentation

Get Local Binance Kline Data

Description

Get Local Binance Kline Data

Usage

get_local_binance_klines(
  symbol = "ETHUSDT",
  interval = "1m",
  local_path = NULL,
  storage = c("single", "monthly"),
  from = NULL,
  to = NULL
)

Arguments

symbol

Trading pair symbol.

interval

Candlestick interval.

local_path

Optional Binance storage path.

storage

Local storage mode: monolithic "single" or monthly partitioned "monthly".

from, to

Optional bounds used to prune monthly partitions before read.

Value

data.table or NULL.


investdatar documentation built on Aug. 21, 2026, 5:17 p.m.