View source: R/sec_submissions_data.R
| sync_local_sec_submissions | R Documentation |
Synchronize SEC Submissions For One Company
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
)
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. |
A local synchronization result list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.