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 | Type | Description | Notes |
---|---|---|---|
company | String | Filings for the given `company` identifier (ticker, CIK, LEI, Intrinio ID) | [optional] |
report_type | String | Filter by report type. Separate values with commas to return multiple The filing report types. | [optional] |
start_date | Date | Filed on or after the given date | [optional] |
end_date | Date | Filed before or after the given date | [optional] |
industry_category | String | Return companies in the given industry category | [optional] |
industry_group | String | Return companies in the given industry group | [optional] |
thea_enabled | BOOLEAN | Return filings that have been read by our Thea NLP and are ready for our answers endpoint | [optional] |
earnings_release | BOOLEAN | Return filings that have been tagged as having Results of Operations and Financial Conditions | [optional] |
page_size | Integer | The number of results to return | [optional] [default to 100] |
next_page | String | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
filings | Array | |
next_page | String | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
id | String | The Intrinio ID of the Filing |
filing_date | Date | The date when the filing was submitted to the SEC by the company |
accepted_date | DateTime | The date and time when the filing was accepted by SEC |
period_end_date | Date | The ending date of the fiscal period for the filing |
report_type | String | The filing report type |
sec_unique_id | String | A unique identifier for the filing provided by the SEC |
filing_url | String | The URL to the filing page on the SEC site |
report_url | String | The URL to the actual report on the SEC site |
instance_url | String | The URL for the XBRL filing for the report |
industry_category | String | The company's operating industry category |
industry_group | String | The company's operating industry group |
word_count | Integer | The number of words in the filing |
company | CompanySummary |
Name | Type | Description |
---|---|---|
id | String | The Intrinio ID of the company |
ticker | String | The stock market ticker symbol associated with the company's common stock securities |
name | String | The company's common name |
lei | String | The Legal Entity Identifier (LEI) assigned to the company |
cik | String | The Central Index Key (CIK) assigned to the company |