describe_binance_data: Describe Binance Data

View source: R/data_narrative.R

describe_binance_dataR Documentation

Describe Binance Data

Description

Fetches Binance OHLCV data and creates a compact narrative for the resulting standardized market table.

Usage

describe_binance_data(
  symbol = "ETHUSDT",
  interval = "1m",
  start_time = NULL,
  end_time = NULL,
  limit = 1500L,
  tz = "UTC",
  paginate = TRUE
)

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.

Value

Character scalar narrative.


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