# SEC Current Report (8-K) Fetcher

> SEC Current Report (8-K) Fetcher is a paid API for AI agents from x402.professorsausages.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-15).

Fetches and returns a parsed SEC 8-K current report filing for a given company CIK number

## Facts

- Endpoint: GET https://x402.professorsausages.com/sec-8k/filing/:cik
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sec-current-report-8-k-fetcher-d8f2ea02
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_dyv_Z1TpFJSh9stbdhQeL

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 sec-current-report-8-k-fetcher-d8f2ea02
```

Example prompt: Can you pull the most recent 8-K filing for Tesla — their CIK is 1318605 — and tell me what material events they disclosed?

## When to prefer this

Use this endpoint when you need structured, parsed 8-K current report data for a specific SEC-registered company identified by CIK, especially for programmatic access to material event disclosures without scraping EDGAR directly. Prefer this over manual EDGAR searches when building automated financial monitoring or event-driven workflows.

## Known failure modes

- Invalid or non-existent CIK returns an error or empty result
- Company has no 8-K filings on record
- Payment not completed results in 402 response
- EDGAR service temporarily unavailable causing upstream failure
- CIK resolves to a non-reporting entity

## How this service works

Fetch a parsed 8-K

## Output

A parsed representation of an SEC 8-K current report filing for the specified company CIK, including the material events, items disclosed, and associated filing metadata extracted from EDGAR.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sec-current-report-8-k-fetcher-d8f2ea02/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.professorsausages.com](https://www.zero.xyz/host/x402.professorsausages.com/llms.txt)
