sync_sec_filing_documents: Download Selected Documents From Local SEC Submissions

View source: R/sec_documents_data.R

sync_sec_filing_documentsR Documentation

Download Selected Documents From Local SEC Submissions

Description

Download Selected Documents From Local SEC Submissions

Usage

sync_sec_filing_documents(
  cik,
  forms = NULL,
  from = NULL,
  to = NULL,
  limit = 20L,
  submissions_path = NULL,
  local_path = NULL,
  config = NULL
)

Arguments

cik

SEC Central Index Key.

forms

Optional filing-form filter.

from, to

Optional filing-date bounds.

limit

Maximum number of newest documents.

submissions_path

Optional submissions cache directory.

local_path

Optional document cache directory.

config

Optional SEC configuration.

Value

One metadata row per selected document.


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