sync_local_binance_klines: Synchronize Local Binance Kline Data

View source: R/binance_data.R

sync_local_binance_klinesR Documentation

Synchronize Local Binance Kline Data

Description

Synchronize Local Binance Kline Data

Usage

sync_local_binance_klines(
  symbol = "ETHUSDT",
  interval = "1m",
  start_time = NULL,
  end_time = NULL,
  limit = 1500L,
  tz = "UTC",
  paginate = TRUE,
  local_path = NULL,
  storage = c("single", "monthly")
)

Arguments

symbol

Trading pair symbol.

interval

Candlestick interval.

start_time

Optional start time.

end_time

Optional end time.

limit

Page size. Binance futures allows up to 1500.

tz

Time zone applied to returned timestamps.

paginate

Logical. Request multiple pages when needed.

local_path

Optional Binance storage path.

storage

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

Value

A sync result list.


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