---
title: "Get SEC filing items"
method: GET
path: "/filings/items"
tags: ["SEC Filings"]
---

# Get SEC filing items

`GET /filings/items`

Get the raw text Items from an SEC filing.

## Query parameters

- `ticker` string, required
- `filing_type` '10-K' | '10-Q' | '8-K', required
- `year` integer, required
- `quarter` integer
- `item` 'Item-1' | 'Item-1A' | 'Item-1B' | 'Item-2' | 'Item-3' | 'Item-4' | 'Item-5' | 'Item-6' | 'Item-7' | 'Item-7A' | 'Item-8' | 'Item-9' | 'Item-9A' | 'Item-9B' | 'Item-10' | 'Item-11' | 'Item-12' | 'Item-13' | 'Item-14' | 'Item-15' | 'Item-16' | 'Item-1.01' | 'Item-1.02' | 'Item-1.03' | 'Item-1.04' | 'Item-2.01' | 'Item-2.02' | 'Item-2.03' | 'Item-2.04' | 'Item-2.05' | 'Item-2.06' | 'Item-3.01' | 'Item-3.02' | 'Item-3.03' | 'Item-4.01' | 'Item-4.02' | 'Item-5.01' | 'Item-5.02' | 'Item-5.03' | 'Item-5.04' | 'Item-5.05' | 'Item-5.06' | 'Item-5.07' | 'Item-5.08' | 'Item-6.01' | 'Item-6.02' | 'Item-6.03' | 'Item-6.04' | 'Item-6.05' | 'Item-7.01' | 'Item-8.01' | 'Item-9.01'
- `accession_number` string
- `include_exhibits` boolean

## Response `200`

SEC filing items response

- FilingItemsResponse
  - `resource` string — The resource type identifier.
  - `ticker` string — The ticker symbol of the company.
  - `cik` string — The Central Index Key (CIK) of the company.
  - `filing_type` string — The type of filing.
  - `accession_number` string — The accession number of the filing.
  - `year` integer — The year of the filing.
  - `quarter` integer — The quarter of the filing.
  - `items` FilingItem[]
    - `number` string — The item number.
    - `name` string — The item name.
    - `text` string — The item text.
    - `exhibits` Exhibit[] — An array of exhibits linked to this item. Only present for 8-K filings when exhibits exist.
      - `number` string — The exhibit number (e.g., '99.1').
      - `description` string — The description of the exhibit.
      - `url` string, uri — The URL to the exhibit document on the SEC website.
      - `text` string — The raw text content of the exhibit. Only included when 'include_exhibits' parameter is set to true.

## Other responses

- `202` — The filing is still being prepared. Poll the result_url from the response body to retrieve the result. You are not billed for this response.
- `400` — Bad request
- `401` — Unauthorized
- `402` — The request requires a paid subscription
- `404` — The specified resource was not found

---

[API](https://skmtc.net/financialdatasets/apis/financial-datasets-api.md) · [All operations](https://skmtc.net/financialdatasets/apis/financial-datasets-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/financialdatasets/financial-datasets-api/revisions/df2363101891/schema)
