get_completed_local_quantmod_OHLC: Get Completed Local Daily quantmod OHLC Data

get_completed_local_quantmod_OHLCR Documentation

Get Completed Local Daily quantmod OHLC Data

Description

Return only daily OHLC rows whose UTC date is strictly before an explicit cutoff. A finite row dated on the current UTC date is retained in the raw cache but is provisional until the next UTC date.

Usage

get_completed_local_quantmod_OHLC(
  label,
  src = "yahoo",
  interval = "1d",
  local_path = NULL,
  as_of = as.Date(Sys.time(), tz = "UTC")
)

Arguments

label

Local symbol label used in the stored data.

src

quantmod source, default "yahoo".

interval

Interval label. Only "1d" is supported.

local_path

Optional local storage path.

as_of

UTC timestamp used to determine the current UTC date.

Value

data.table or NULL.


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