Skip to main content

Extract and classify SEC filing content

GET 

/v1/extractor

Retrieves filing content from the EDGAR database and intelligently classifies it according to form type and item categories.

Supported Form Types

Form TypeDescription
8-KCurrent report filing
10-KAnnual report filing
10-QQuarterly report filing

Content Classification

  • 8-K forms: Content classified by item numbers (e.g., 1.01, 2.01)
  • 10-K/10-Q forms: Items categorized by their respective part and item structure
note

Both HTML and plain text documents are supported for content extraction.

Request

Query Parameters

    accession_number stringrequired

    The SEC filing accession number used to retrieve the filing from EDGAR database.

Responses

Successful extraction

Schema

    accession_number stringnullable
    form_type stringnullable

    items

    object[]

    nullable

  • Array [

  • item_number stringnullable
    item_title stringnullable
    content stringnullable
  • ]

Loading...