add_sec_registry_company: Add Or Update An SEC Registry Company

View source: R/sec_core.R

add_sec_registry_companyR Documentation

Add Or Update An SEC Registry Company

Description

Add Or Update An SEC Registry Company

Usage

add_sec_registry_company(
  ticker,
  cik = NULL,
  company_name = NULL,
  forms = c("10-K", "10-Q", "8-K"),
  concepts = NULL,
  active = TRUE,
  registry_path = get_sec_registry_file_path(),
  config = NULL
)

Arguments

ticker

Security ticker.

cik

Optional CIK; resolved from the SEC ticker mapping when omitted.

company_name

Optional company name.

forms

Optional filing forms retained by submissions sync.

concepts

Optional XBRL concepts retained by Company Facts sync.

active

Logical registry flag.

registry_path

Optional registry path.

config

Optional SEC configuration.

Value

The stored registry row.


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