sync_local_sec_submissions: Synchronize SEC Submissions For One Company

View source: R/sec_submissions_data.R

sync_local_sec_submissionsR Documentation

Synchronize SEC Submissions For One Company

Description

Synchronize SEC Submissions For One Company

Usage

sync_local_sec_submissions(
  cik,
  ticker = NULL,
  company_name = NULL,
  forms = NULL,
  from = NULL,
  to = NULL,
  include_history = TRUE,
  config = NULL,
  local_path = NULL,
  overlap_days = 14L
)

Arguments

cik

SEC Central Index Key.

ticker

Optional ticker label.

company_name

Optional company name label.

forms

Optional filing forms to retain.

from, to

Optional inclusive filing-date bounds.

include_history

Logical; retrieve older SEC submission files in addition to recent filings.

config

Optional SEC configuration.

local_path

Optional SEC submissions storage directory.

overlap_days

Filing-date overlap for incremental synchronization.

Value

A local synchronization result list.


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