Skip to main content

Extract specific item content from SEC filing

GET 

/v1/extractor/item

Retrieves filing content from the EDGAR database and returns only the text content of the specified item number.

Item Number Format

Form TypeItem Format Examples
8-K1.01, 2.01, 7.01
10-K1, 2, 3
10-K/10-QPartI 1, PartII 2
tip

For best results, ensure the item number matches exactly with the filing's structure.

Request

Query Parameters

    accession_number stringrequired

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

    item_number stringrequired

    The specific item number to extract (e.g., "1.01", "2.01", "7.01").

Responses

Successful extraction

Schema

    string

Loading...