Read Document Text
read_documentExtract parsed company filing pages by document ID, with page markers for citation. Read needed sections of annual reports or download full Markdown/PDF for whole-document search.
Instructions
Markdown text of a parsed filing by doc_id and page range, with markers to cite. Max 12 pages / 24000 chars per call (max_chars up to 60000); the result states pages_returned, next_pages, and links to the full Markdown and PDF. Annual reports run 100-400 pages: read the sections you need, or download links.markdown_url to search the whole file.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pages | No | 1-based inclusive range: "1-8", "12", "40-". Default "1-12". | |
| doc_id | Yes | From list_company_documents. | |
| symbol | No | REQUIRED. Stock symbol, e.g. "RELIANCE". | |
| ticker | No | Alias for `symbol`. | |
| max_chars | No | ||
| identifier | No | Alias for `symbol`. |