List Company Documents
list_company_documentsRetrieve an index of a company's filings, including transcripts, annual reports, presentations, and IPO documents, with metadata and links for each document.
Instructions
Index of a company's filings parsed to text (concall transcripts, annual reports, presentations, IPO documents): doc_id, type, period, date, num_pages, flags, and per-document links (raw PDF, full Markdown, summary Markdown). No prose. Call first. Then either get_document_summary / read_document (text as payload) or hand the user a link / download it yourself to search locally. Newest first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| since | No | Only filings on/after YYYY-MM-DD. | |
| symbol | No | REQUIRED. Stock symbol, e.g. "RELIANCE". | |
| ticker | No | Alias for `symbol`. | |
| doc_types | No | Restrict to these types (default all). | |
| identifier | No | Alias for `symbol`. |