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 | Character | Filings for the given `company` identifier (ticker, CIK, LEI, Intrinio ID) | [optional] |
report_type | Character | 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 | Character | Return companies in the given industry category | [optional] |
industry_group | Character | Return companies in the given industry group | [optional] |
thea_enabled | Logical | Return filings that have been read by our Thea NLP and are ready for our answers endpoint | [optional] |
earnings_release | Logical | 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 | Character | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
filings | List of Filing | |
filings_data_frame | Data Frame | Data frame representation of filings |
next_page | Character | The token required to request the next page of the data. If null, no further results are available. |
Name | Type | Description |
---|---|---|
id | Character | The Intrinio ID of the Filing |
filing_date | Date | The date when the filing was submitted to the SEC by the company |
accepted_date | POSIXlt | 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 | Character | The filing report type |
sec_unique_id | Character | A unique identifier for the filing provided by the SEC |
filing_url | Character | The URL to the filing page on the SEC site |
report_url | Character | The URL to the actual report on the SEC site |
instance_url | Character | The URL for the XBRL filing for the report |
industry_category | Character | The company's operating industry category |
industry_group | Character | The company's operating industry group |
word_count | Integer | The number of words in the filing |
company | CompanySummary |
Name | Type | Description |
---|---|---|
id | Character | The Intrinio ID of the company |
ticker | Character | The stock market ticker symbol associated with the company's common stock securities |
name | Character | The company's common name |
lei | Character | The Legal Entity Identifier (LEI) assigned to the company |
cik | Character | The Central Index Key (CIK) assigned to the company |