sync_all_ishare_registry_holdings: Synchronize All iShares Holdings In The Registry

sync_all_ishare_registry_holdingsR Documentation

Synchronize All iShares Holdings In The Registry

Description

Synchronize All iShares Holdings In The Registry

Usage

sync_all_ishare_registry_holdings(
  registry = NULL,
  tickers = NULL,
  local_path = NULL,
  cache_dir = NULL,
  source_utime = NULL,
  ishare_mega_data = NULL
)

Arguments

registry

Optional iShares registry table. When NULL, the function reads the full iShares registry and filters it to the configured holdings ticker list.

tickers

Optional character vector of holdings tickers to sync. When NULL, the function uses iShare.holdings_tickers from package config and falls back to c("DYNF", "THRO", "BAI", "BDYN", "BDVL").

local_path

Optional local storage path.

cache_dir

Optional cache directory.

source_utime

Optional upstream update time shared across the batch.

ishare_mega_data

Optional metadata table used to resolve fund URLs.

Value

Summary data.table.


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