Retrieves a list of financial and corporate disclosures available in Captide that match user-specified parameters. The response includes key document metadata such as the associated company’s ticker symbol(s), document type, release date, fiscal year and quarter, the Captide-assigned document ID, and the associated company ID.
Comma-separated list of tickers of the companies filing the documents (supports both base tickers like 'ITX' and suffixed tickers like 'ITX.MC')
Comma-separated list of document categories. Supported categories are: annual-report, interim-report, supplemental-financial-information, earnings-release, current-report, shareholder-meetings-notice, earnings-call-transcript, earnings-call-slides, special-events-slides, sustainability-report, initial-registration-statement. For detailed descriptions, please refer to this page
Comma-separated list of SEC form types to retrieve. Supported form types are: 10-K, 10-Q, 8-K, 20-F, 40-F, 6-K, DEF14A, DEFM14A, DEF14C, DEFM14C, S-1, F-1. This parameter is only applicable to companies that file with the SEC. To check if a company files with the SEC, use the filesWithSec field from the /api/v1/companies/list endpoint
Start date for filtering documents (ISO 8601 format)
End date for filtering documents (ISO 8601 format)
Comma-separated list of unique IDs of the companies filing the documents. Use /api/v1/companies/list to find the company ID
Maximum number of records to return. Required range: 1 <= x <= 1000
1 <= x <= 1000
Document list retrieved successfully
The response is of type DocumentListResponse · object[]
.