Returns pertinent filing reference data for a specific company filing or latest filings for all companies. Useful for tracking the latest filings submitted and updating your database accordingly with the new information.
| Name | Description | Example |
|---|---|---|
|
company
|
Filings for the given `company` identifier (ticker, CIK, LEI, Intrinio ID) | AAPL |
|
report_type
|
Filter by report type. Separate values with commas to return multiple The filing report types. | - |
|
start_date
|
Filed on or after the given date | - |
|
end_date
|
Filed before or after the given date | - |
|
industry_category
|
Return companies in the given industry category | Metals & Mining |
|
industry_group
|
Return companies in the given industry group | Aluminum |
|
thea_enabled
|
Return filings that have been read by our Thea NLP and are ready for our answers endpoint | true |
|
earnings_release
|
Return filings that have been tagged as having Results of Operations and Financial Conditions | true |
|
page_size
|
The number of results to return | - |
|
next_page
|
Gets the next page of data from a previous API call | - |
|
company
* required
Filings for the given `company` identifier (ticker, CIK, LEI, Intrinio ID)
|
||
|
report_type
* required
Filter by report type. Separate values with commas to return multiple The filing report types.
|
||
|
start_date
* required
Filed on or after the given date
|
||
|
end_date
* required
Filed before or after the given date
|
||
|
industry_category
* required
Return companies in the given industry category
|
||
|
industry_group
* required
Return companies in the given industry group
|
||
|
thea_enabled
* required
Return filings that have been read by our Thea NLP and are ready for our answers endpoint
|
||
|
earnings_release
* required
Return filings that have been tagged as having Results of Operations and Financial Conditions
|
||
|
page_size
* required
The number of results to return
|
||
|
next_page
* required
Gets the next page of data from a previous API call
|
| 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 |
|
industry_category
|
The company's operating industry category | string |
|
industry_group
|
The company's operating industry group | string |
|
word_count
|
The number of words in the filing | integer |
|
earnings_disclosed_at
|
The date and time when the earnings information was first disclosed via 8-K filing | string |
|
earnings_disclosed_8k_id
|
The Intrinio ID of the 8-K filing where earnings were first disclosed | string |
|
earnings_8k_url
|
The URL to the 8-K filing page on the SEC site where earnings were first disclosed | 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
|
||
|
next_page
The token required to request the next page of the data. If null, no further results are available.
|