View source: R/sec_submissions_data.R
| get_source_data_sec_submissions | R Documentation |
Retrieve SEC Filing Submissions
get_source_data_sec_submissions(
cik,
ticker = NULL,
company_name = NULL,
forms = NULL,
from = NULL,
to = NULL,
include_history = TRUE,
config = NULL
)
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. |
A standardized filing-event data.table.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.