| sync_local_quantmod_OHLC | R Documentation |
Synchronize Local quantmod OHLC Data
sync_local_quantmod_OHLC(
ticker,
label = ticker,
from,
to,
src = "yahoo",
local_path = NULL,
max_attempts = 3L,
retry_delay_seconds = 1,
fallback_source = NULL,
fallback_ticker = ticker
)
ticker |
Market symbol passed to |
label |
Optional label to store in the standardized |
from |
Start date. |
to |
End date. |
src |
quantmod source, default |
local_path |
Optional local storage path. |
max_attempts |
Maximum bounded attempts for a transient source failure. |
retry_delay_seconds |
Initial retry delay in seconds; delays use exponential backoff. |
fallback_source |
Optional explicitly configured fallback provider.
Currently supports |
fallback_ticker |
Optional provider-specific fallback identifier. |
An external fallback never replaces a finite existing primary-source OHLC bar. It only fills keys whose local bars are missing or invalid.
A sync result list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.