Skip to main content
Render an issuer’s latest selected filing as readable text.
Audience: engineers and agents that need a readable filing body before local indexing or analysis.

Coverage and source scope

Return a Markdown-like rendering of the latest selected filing for reading, local indexing, or downstream extraction. This route defaults to a 10-K, unlike the any-form latest-filing route. Check the selected filing, provenance, and truncated flag before treating the rendering as complete source text.

Response size

Rendered filings can exceed typical agent context budgets. Prefer section extraction with view=agent when you only need a specific item, and use this full render endpoint when the downstream workflow truly needs the whole filing body.

Canonical metadata

  • filing
  • renderedMd
  • truncated
  • provenance
  • requestId
  • traceparent

Example request

Example response

Render coverage

This endpoint defaults to 10-K, unlike the any-form default of GET /v1/filings/latest. renderedMd is a readable rendering, not a substitute for preserving the filing accession, source provenance, or truncation state. When truncated is true, do not represent the text as the complete filing.

Errors

Rendering failures return 502 filing_render_failed. Preserve the request ID and the selected issuer/form/year filters when retrying or escalating.

Give this prompt to your agent

Failure posture

  • preserve filing accession, provenance, and truncated
  • do not quote a truncated rendering as a complete source
  • retry 502 filing_render_failed with bounded backoff