| sync_all_yahoofinance_registry_data | R Documentation |
Synchronize All Yahoo Finance Tickers In The Registry
sync_all_yahoofinance_registry_data(
from = NULL,
to = Sys.Date(),
registry = get_yahoofinance_registry(),
local_path = NULL,
src = "yahoo",
overlap_days = 10L,
initial_lookback_days = 400L,
max_attempts = 3L,
retry_delay_seconds = 1,
fallback_source = NULL,
fallback_ticker = NULL
)
from |
Optional start date passed to |
to |
End date passed to |
registry |
Optional Yahoo Finance registry table. When omitted, the configured runtime registry is validated against the package seed before any provider request. |
local_path |
Optional local storage path. |
src |
quantmod source, default |
overlap_days |
Integer safety overlap used when deriving per-ticker incremental start dates from local data. |
initial_lookback_days |
Integer fallback lookback for tickers without
local data when |
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. |
Summary data.table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.