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.

    type DTO.ExtractorType

    Possible values: [text, html]

    Result type (text or html, default: text)

Responses

Successful extraction

Schema

    property name* any
Loading...