| add_sec_registry_company | R Documentation |
Add Or Update An SEC Registry Company
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
)
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. |
The stored registry row.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.