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] |
reportType | String | Filter by report type. Separate values with commas to return multiple The filing report types. | [optional] |
startDate | LocalDate | Filed on or after the given date | [optional] |
endDate | LocalDate | Filed before or after the given date | [optional] |
industryCategory | String | Return companies in the given industry category | [optional] |
industryGroup | String | Return companies in the given industry group | [optional] |
theaEnabled | Boolean | Return filings that have been read by our Thea NLP and are ready for our answers endpoint | [optional] |
earningsRelease | Boolean | Return filings that have been tagged as having Results of Operations and Financial Conditions | [optional] |
pageSize | Integer | The number of results to return | [optional] [default to 100] |
nextPage | String | Gets the next page of data from a previous API call | [optional] |
Name | Type | Description |
---|---|---|
filings | List | |
nextPage | 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 |
filingDate | LocalDate | The date when the filing was submitted to the SEC by the company |
acceptedDate | OffsetDateTime | The date and time when the filing was accepted by SEC |
periodEndDate | LocalDate | The ending date of the fiscal period for the filing |
reportType | String | The filing report type |
secUniqueId | String | A unique identifier for the filing provided by the SEC |
filingUrl | String | The URL to the filing page on the SEC site |
reportUrl | String | The URL to the actual report on the SEC site |
instanceUrl | String | The URL for the XBRL filing for the report |
industryCategory | String | The company's operating industry category |
industryGroup | String | The company's operating industry group |
wordCount | 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 |