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

# GET /stocks/filings/8-K/vX/text

`GET /stocks/filings/8-K/vX/text`

SEC 8-K filings text providing parsed content from current report filings. 8-K forms report material events such as earnings, acquisitions, executive changes, and other significant corporate events.

## 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
- `form_type` string
- `form_type.any_of` string
- `form_type.gt` string
- `form_type.gte` string
- `form_type.lt` string
- `form_type.lte` string
- `filing_date` string
- `filing_date.gt` string
- `filing_date.gte` string
- `filing_date.lt` string
- `filing_date.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.
    - `accession_number` string — SEC accession number uniquely identifying the filing (e.g., '0000004962-25-000002').
    - `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.
    - `form_type` string — SEC form type (e.g., '8-K', '8-K/A' for amendments).
    - `items_text` string — Parsed text content from the 8-K filing, including item numbers and descriptions.
    - `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)
