---
title: "GET /stocks/filings/10-K/vX/sections"
method: GET
path: "/stocks/filings/10-K/vX/sections"
tags: ["reference"]
---

# GET /stocks/filings/10-K/vX/sections

`GET /stocks/filings/10-K/vX/sections`

SEC document text sections providing raw text content from specific sections of SEC filings (10-K, 10-Q, etc.).

## Query parameters

- `cik` string
- `cik.any_of` string
- `cik.gt` string
- `cik.gte` string
- `cik.lt` string
- `cik.lte` string
- `ticker` string
- `ticker.any_of` string
- `ticker.gt` string
- `ticker.gte` string
- `ticker.lt` string
- `ticker.lte` string
- `section` 'business' | 'risk_factors'
- `section.any_of` 'business' | 'risk_factors'
- `filing_date` string
- `filing_date.gt` string
- `filing_date.gte` string
- `filing_date.lt` string
- `filing_date.lte` string
- `period_end` string
- `period_end.gt` string
- `period_end.gte` string
- `period_end.lt` string
- `period_end.lte` string
- `limit` integer
- `sort` string

## Response `200`

A list of results.

- object
  - `next_url` string — If present, this value can be used to fetch the next page.
  - `request_id` string, required — A request id assigned by the server.
  - `results` object[], required — The results for this request.
    - `cik` string — SEC Central Index Key (10 digits, zero-padded).
    - `filing_date` string, date — Date when the filing was submitted to the SEC (formatted as YYYY-MM-DD).
    - `filing_url` string — SEC URL source for the full filing.
    - `period_end` string, date — Period end date that the filing relates to (formatted as YYYY-MM-DD).
    - `section` string — Standardized section identifier from the filing (e.g. 'business', 'risk_factors', etc.).
    - `text` string — Full raw text content of the section, including headers and formatting.
    - `ticker` string — Stock ticker symbol for the company.
  - `status` 'OK', required — The status of this request's response.

## Other responses

- `400` — An error message.

---

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