getCompanyFilings: Returns a complete list of SEC filings for the Company with...

Description Usage Arguments Value See Also

View source: R/company.service.R

Description

Returns a complete list of SEC filings for the Company with the given 'identifier'

Usage

1
getCompanyFilings(identifier, opts = list())

Arguments

identifier

String A Company identifier (Ticker, CIK, LEI, Intrinio ID)

opts

named list Optional parameters

opts$report_type

String Filter by <a href=&quot;/documentation/sec_filing_report_types&quot; target=&quot;_blank&quot;>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)

Value

filings tibble

See Also

Other company endpoints: getAllCompanies, getCompanyDataPointHistory, getCompanyDataPointNumber, getCompanyDataPointText, getCompanyFundamentals, getCompanyIPOs, getCompanyNews, getCompanySecurities, getCompany


schardtbc/intrinoR documentation built on July 12, 2019, 4:21 a.m.