All Filings by Company

All Filings by Company Web API Documentation

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

Endpoint:
https://api-v2.intrinio.com/companies/{identifier}/filings

Parameters

Name Description Example
identifier
* required
A Company identifier (Ticker, CIK, LEI, Intrinio ID) AAPL
report_type
Filter by report type. Separate values with commas to return multiple report types. -
start_date
Filed on or after the given date -
end_date
Filed before or after the given date -
thea_enabled
Return filings that have been read by our Thea NLP and are ready for our answers endpoint true
page_size
The number of results to return -
next_page
Gets the next page of data from a previous API call -
identifier
* required
A Company identifier (Ticker, CIK, LEI, Intrinio ID)
report_type
* required
Filter by report type. Separate values with commas to return multiple report types.
start_date
* required
Filed on or after the given date
end_date
* required
Filed before or after the given date
thea_enabled
* required
Return filings that have been read by our Thea NLP and are ready for our answers endpoint
page_size
* required
The number of results to return
next_page
* required
Gets the next page of data from a previous API call

Output Fields

Name Description Type
filings
array
id
The Intrinio ID of the Filing string
filing_date
The date when the filing was submitted to the SEC by the company date
accepted_date
The date and time when the filing was accepted by SEC string
period_end_date
The ending date of the fiscal period for the filing date
report_type
The filing report type string
sec_unique_id
A unique identifier for the filing provided by the SEC string
filing_url
The URL to the filing page on the SEC site string
report_url
The URL to the actual report on the SEC site string
instance_url
The URL for the XBRL filing for the report string
company
object
id
The Intrinio ID of the company string
ticker
The stock market ticker symbol associated with the company's common stock securities string
name
The company's common name string
lei
The Legal Entity Identifier (LEI) assigned to the company string
cik
The Central Index Key (CIK) assigned to the company string
next_page The token required to request the next page of the data. If null, no further results are available. string
filings
company
next_page
The token required to request the next page of the data. If null, no further results are available.