Document Summary
get_document_summaryGet a concise investor digest of a company filing: summary, highlights, risks, guidance, and key metrics, plus links to the PDF and full Markdown.
Instructions
Investor digest of ONE parsed filing: summary, highlights, risks, guidance, key metrics, plus links to the PDF and full Markdown. Pass doc_id from list_company_documents, or doc_type for the newest of that type. For the text itself use read_document or download links.markdown_url.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_id | No | From list_company_documents. | |
| symbol | No | REQUIRED. Stock symbol, e.g. "RELIANCE". | |
| ticker | No | Alias for `symbol`. | |
| doc_type | No | Newest of this type when doc_id is omitted. | |
| identifier | No | Alias for `symbol`. |