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. |