View source: R/sec_companyfacts_data.R
| sync_local_sec_companyfacts | R Documentation |
Synchronize SEC Company Facts For One Company
sync_local_sec_companyfacts(
cik,
ticker = NULL,
company_name = NULL,
concepts = NULL,
forms = NULL,
from = NULL,
to = NULL,
config = NULL,
local_path = NULL,
overlap_days = 31L
)
cik |
SEC Central Index Key. |
ticker |
Optional ticker label. |
company_name |
Optional company name label. |
concepts |
Optional concept names or |
forms |
Optional filing forms to retain. |
from, to |
Optional inclusive filed-date bounds. |
config |
Optional SEC configuration. |
local_path |
Optional SEC Company Facts storage directory. |
overlap_days |
Filed-date overlap used for local upserts. |
A local synchronization result list.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.