# SEC 10-K Filing Parser

> SEC 10-K Filing Parser is a paid API for AI agents from x402.professorsausages.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-16).

Fetches and returns a parsed 10-K annual report for a public company by CIK, including all major sections as structured text.

## Facts

- Endpoint: POST https://x402.professorsausages.com/sec-filing/filing/:cik
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sec-10-k-filing-parser-414e5ccb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zYB4-SJYuZeF9oI1vS__D

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-10-k-filing-parser-414e5ccb -d '<json body>'
```

Example prompt: Pull the parsed 10-K annual report for Tesla — their CIK is 1318605 — and show me the main sections including the risk factors and MD&A.

## When to prefer this

Use this endpoint when you need structured, machine-readable access to a public company's 10-K annual report sections without having to scrape or parse raw SEC EDGAR HTML yourself. It is ideal for investment research, financial analysis, compliance checks, and any workflow that needs to read specific 10-K sections like risk factors or MD&A by company CIK. Prefer this over raw EDGAR access when you want pre-parsed section text in a clean JSON format.

## Known failure modes

- Invalid or unknown CIK returns an error or empty result
- Company has not filed a 10-K (e.g. foreign private issuer) — no result returned
- CIK with no 10-K on record returns not found
- Rate limiting or payment failure if x402 micropayment not properly handled
- SEC EDGAR source temporarily unavailable causing fetch failure

## How this service works

Fetch a parsed 10-K

## Output

Returns a structured JSON object with the company's CIK, ticker, company name, form type (10-K), fiscal year, filing date, accession number, SEC filing URL, and a sections object containing the parsed text of major 10-K sections (e.g. risk factors, business overview, MD&A).

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sec-10-k-filing-parser-414e5ccb/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)
