> ## Documentation Index
> Fetch the complete documentation index at: https://docs.secapi.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Filings

> Search SEC filing records, then retrieve, extract, download, or export a selected accession; render the latest selected filing where supported.

Search SEC filing records, then retrieve, extract, download, or export a selected accession; render the latest selected filing where supported.

Start with [filing search](/api-reference/filings/get-v1-filings) when you have an issuer, form, date, or query; use an [accession lookup](/api-reference/filings/get-v1-filings-accession-number) once you know the record. The returned metadata and source links describe the records in this response. Read [coverage and depth](/coverage-and-depth) before making availability claims.

<Note>
  The sidebar labels inside this family are the literal calls you make over HTTP. Descriptions stay in the body so the navigation stays sharp and scannable.
</Note>

## Operations in this family

<CardGroup cols={2}>
  <Card title="GET /v1/filings" href="/api-reference/filings/get-v1-filings">Find SEC filing records by issuer, form, date, text, or accession number</Card>
  <Card title="GET /v1/filings/{accession_number}" href="/api-reference/filings/get-v1-filings-accession-number">Get one SEC filing record by its accession number</Card>
  <Card title="GET /v1/filings/{accession_number}/download" href="/api-reference/filings/get-v1-filings-accession-number-download">Open a filing's source document by accession number</Card>
  <Card title="GET /v1/filings/{accession_number}/export" href="/api-reference/filings/get-v1-filings-accession-number-export">Export one filing in JSON or document formats</Card>
  <Card title="GET /v1/filings/{accession_number}/sections/{section_key}" href="/api-reference/filings/get-v1-filings-accession-number-sections-section-key">Extract a named section from one accession-number filing</Card>
  <Card title="GET /v1/filings/diff" href="/api-reference/filings/get-v1-filings-diff">Filing comparison endpoint (currently unavailable)</Card>
  <Card title="GET /v1/filings/events" href="/api-reference/filings/get-v1-filings-events">Filing events endpoint (currently unavailable)</Card>
  <Card title="GET /v1/filings/guidance" href="/api-reference/filings/get-v1-filings-guidance">Filing guidance endpoint (currently unavailable)</Card>
  <Card title="GET /v1/filings/latest" href="/api-reference/filings/get-v1-filings-latest">Get an issuer's newest filing, optionally for a specific SEC form</Card>
  <Card title="GET /v1/filings/latest/render" href="/api-reference/filings/get-v1-filings-latest-render">Render an issuer's latest selected filing as readable text</Card>
  <Card title="GET /v1/filings/latest/risk-categories" href="/api-reference/filings/get-v1-filings-latest-risk-categories">Classify Item 1A risk categories in a selected issuer filing</Card>
  <Card title="GET /v1/filings/latest/sections/{section_key}" href="/api-reference/filings/get-v1-filings-latest-sections-section-key">Extract a named section from an issuer's latest selected filing</Card>
  <Card title="GET /v1/filings/pension-benefit-schedule" href="/api-reference/filings/get-v1-filings-pension-benefit-schedule">Extract disclosed pension and retiree benefit payments for a target year</Card>
  <Card title="GET /v1/filings/transcripts" href="/api-reference/filings/get-v1-filings-transcripts">Filing transcripts endpoint (currently unavailable)</Card>
</CardGroup>
