| get_completed_local_quantmod_OHLC | R Documentation |
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.
get_completed_local_quantmod_OHLC(
label,
src = "yahoo",
interval = "1d",
local_path = NULL,
as_of = as.Date(Sys.time(), tz = "UTC")
)
label |
Local symbol label used in the stored data. |
src |
quantmod source, default |
interval |
Interval label. Only |
local_path |
Optional local storage path. |
as_of |
UTC timestamp used to determine the current UTC date. |
data.table or NULL.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.