Item-Level Filing Sections

Item-Level Filing Sections

Extract individual sections from SEC filings through the FinFeedAPI SEC Filings API. Instead of retrieving an entire filing, applications can request a specific filing item using its accession number and item identifier. This makes it possible to access only the portion of a filing needed for downstream processing, reducing document size and eliminating unnecessary parsing.

Returned content is available as either plain text or HTML, allowing applications to integrate filing sections into search systems, AI pipelines, compliance tools, and financial analysis workflows.

What Are Item-Level Filing Sections?

SEC filings are organized into standardized sections that cover specific disclosures, such as material agreements, business operations, risk factors, financial information, or management discussion.

One section, not the whole filing

The Item-Level Filing Sections endpoint retrieves only the requested section from a supported SEC filing. Rather than processing the complete document, applications specify an accession number together with an item number and receive the corresponding section as structured text or HTML.

Form-specific item numbering

The endpoint supports item extraction for supported SEC filing types including 8-K, 10-K, and 10-Q, using the item numbering conventions appropriate for each form.

Why Retrieve Individual Filing Sections?

Many workflows focus on a single disclosure rather than an entire SEC filing.

Target the disclosure you need

Retrieving individual filing sections helps applications:

  • extract only the relevant disclosure from a filing
  • reduce document size for downstream processing
  • build AI and RAG workflows around specific filing sections
  • analyze individual disclosures without processing complete filings
  • retrieve content as either text or HTML
  • automate monitoring of selected filing items
  • simplify document processing pipelines
  • integrate structured filing sections into internal applications

How Item Extraction Works

Applications first identify the filing they want to process, then provide the filing accession number together with the required item identifier. The API returns only the requested section in the selected output format.

From filing to section

  1. 1Find the filing
  2. 2Retrieve the accession number
  3. 3Specify the item number
  4. 4Extract the section
  5. 5Receive text or HTML

Supported Formats

Item identifiers follow the structure of the underlying SEC form. Individual filing sections can be returned in either plain text or HTML.

Supported filing item formats

SEC FormExample Item Numbers
8-K1.01, 2.01, 7.01
10-K1, 2, 3
10-QPartI 1, PartII 2

For best results, the requested item number should match the structure used by the original filing.

Supported output formats

FormatTypical Use Cases
Plain textAI pipelines, NLP, search indexing, analytics
HTMLWeb applications, document rendering, preserving formatting

Applications can choose the format that best fits their processing workflow.

Example Item Extraction Request

A typical request specifies the filing accession number together with the desired item number and output format. The API returns only the requested filing section as either structured text or HTML.

GET /v1/extractor/item

http
GET /v1/extractor/item?accession_number=0000320193-25-000073&item_number=1.01&type=text

Build Targeted SEC Research Workflows

Item-level extraction enables applications to retrieve only the disclosures they need. Applications commonly discover filings through filing metadata or full-text search, retrieve the accession number, and then extract only the relevant filing item.

A typical workflow

  1. 1Search filings
  2. 2Select the filing
  3. 3Choose the item number
  4. 4Extract the section
  5. 5Analyze, classify, or store

This approach reduces processing requirements while providing structured content for downstream systems.

From discovery to a single section

  1. Search filings
  2. Select filing
  3. Choose item
  4. Extract section
  5. Analyze or store

Why Developers Use Item-Level Filing Sections

Retrieving individual filing sections simplifies many regulatory data workflows by avoiding unnecessary processing of complete filing documents.

Common use cases

  • analyze specific SEC disclosures
  • retrieve individual filing sections
  • process supported SEC forms
  • build document processing pipelines
  • perform downstream text analysis
  • index filing content
  • build AI applications
  • retrieve HTML or plain text
  • reduce retrieval to a single filing section
Item-Level Filing Sections

Start Extracting Individual Filing Sections

Retrieve individual sections from SEC filings through the FinFeedAPI SEC Filings API.

Extract specific filing items from supported SEC forms using an accession number and item identifier, receive content as plain text or HTML, and integrate structured regulatory disclosures into AI systems, search platforms, analytics applications, and compliance workflows.