Description Usage Arguments Value See Also
View source: R/company.service.R
Returns a complete list of SEC filings for the Company with the given 'identifier'
1 | getCompanyFilings(identifier, opts = list())
|
identifier |
String A Company identifier (Ticker, CIK, LEI, Intrinio ID) |
opts |
named list Optional parameters |
opts$report_type |
String Filter by <a href="/documentation/sec_filing_report_types" target="_blank">report type</a>. Separate values with commas to return multiple report types. |
opts$start_date |
String Date YYYY-MM-DD Filed on or after the given date |
opts$end_date |
String Date YYYY-MM-DD Filed before or after the given date |
opts$page_size |
Number The number of results to return (default to 100) |
filings tibble
Other company endpoints: getAllCompanies
,
getCompanyDataPointHistory
,
getCompanyDataPointNumber
,
getCompanyDataPointText
,
getCompanyFundamentals
,
getCompanyIPOs
,
getCompanyNews
,
getCompanySecurities
,
getCompany
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.