# 8-K Filing Text

> 8-K Filing Text is a paid API for AI agents from agent.massive.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Retrieves parsed full text content from SEC 8-K current report filings, covering material corporate events like earnings, acquisitions, and executive changes

## Facts

- Endpoint: GET https://agent.massive.com/stocks/filings/8-K/vX/text
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/8-k-filing-text-9ac7c44b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eh-fUutQwCSJJ4YsayuEO

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability 8-k-filing-text-9ac7c44b
```

Example prompt: Pull the 5 most recent 8-K filing texts for Apple — ticker AAPL — sorted by filing date descending, so I can see what material events they've reported lately.

## When to prefer this

Use this endpoint when you need the actual full text content of SEC 8-K filings — not just metadata — for a specific public company identified by ticker or CIK. Prefer this over the SEC Filings Index when you need the parsed body of the filing rather than just filing metadata. Ideal for NLP analysis, event detection, or monitoring material corporate disclosures such as earnings, M&A, leadership changes, or regulatory events.

## Known failure modes

- Invalid or unknown ticker symbol returns empty results or error
- Invalid CIK format (not 10-digit zero-padded) may return no results
- Date filter syntax errors cause request rejection
- Requesting limit above 100 returns a validation error
- Company has no 8-K filings in the requested date range returns empty array
- Service unavailable or rate limit exceeded returns HTTP error

## How this service works

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. Can't find what you're looking for? POST feedback to /feedback, no charge.

## Output

Returns parsed full text content from one or more SEC 8-K filings matching the query, including the filing date, company identifiers (ticker and CIK), form type, and the full parsed text of each current report. Results are paginated up to a maximum of 100 filings per call, sortable by filing date or other columns.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "cik": {
       "type": "string",
       "description": "SEC Central Index Key (10 digits, zero-padded)."
      },
      "sort": {
       "type": "string",
       "default": "filing_date.desc",
       "description": "A comma separated list of sort columns. For each column, append '.asc' or '.desc' to specify the sort direction. The sort column defaults to 'filing_date' if not specified. The sort order defaults to 'desc' if not specified."
      },
      "limit": {
       "type": "integer",
       "default": 10,
       "maximum": 100,
       "minimum": 1,
       "description": "Limit the maximum number of results returned. Defaults to '10' if not specified. The maximum allowed limit is '100'."
      },
      "cik.gt": {
       "type": "string",
       "description": "Filter greater than the value."
      },
      "cik.lt": {
       "type": "string",
       "description": "Filter less than the value."
      },
      "ticker": {
       "type": "string",
       "description": "Stock ticker symbol for the company."
      },
      "cik.gte": {
       "type": "string",
       "description": "Filter greater than or equal to the value."
      },
      "cik.lte": {
       "type": "string",
       "description": "Filter less than or equal to the value."
      },
      "form_type": {
       "type": "string",
       "description": "SEC form type (e.g., '8-K', '8-K/A' for amendments)."
      },
      "ticker.gt": {
       "type": "string",
       "description": "Filter greater than the value."
      },
      "ticker.lt": {
       "type": "string",
       "description": "Filter less than the value."
      },
      "cik.any_of": {
       "type": "string",
       "description": "Filter equal to any of the values. Multiple values can be specified by using a comma separated list."
      },
      "ticker.gte": {
       "type": "string",
       "description": "Filter greater than or equal to the value."
      },
      "ticker.lte": {
       "type": "string",
       "description": "Filter less than or equal to the value."
      },
      "fili
… (truncated)
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "count": 2,
  "status": "OK",
  "results": [
   {
    "cik": "0000004962",
    "ticker": "AXP",
    "form_type": "8-K",
    "filing_url": "https://www.sec.gov/Archives/edgar/data/4962/0000004962-25-000002.txt",
    "items_text": "Item 7.01\tRegulation FD Disclosure\n\nAmerican Express Company is hereby furnishing below delinquency and write-off statistics...",
    "filing_date": "2025-01-15",
    "accession_number": "0000004962-25-000002"
   },
   {
    "cik": "0000320193",
    "ticker": "AAPL",
    "form_type": "8-K",
    "filing_url": "https://www.sec.gov/Archives/edgar/data/320193/0000320193-25-000010.txt",
    "items_text": "Item 2.02\tResults of Operations and Financial Condition\n\nOn January 14, 2025, Apple Inc. announced financial results...",
    "filing_date": "2025-01-14",
    "accession_number": "0000320193-25-000010"
   }
  ],
  "next_url": "https://api.massive.com/stocks/filings/8-K/vX/text?cursor=eyJsaW1pd...",
  "request_id": "a3f8b2c1d4e5f6g7"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/8-k-filing-text-9ac7c44b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agent.massive.com](https://www.zero.xyz/host/agent.massive.com/llms.txt)
