# SEC Annual Report (10-K) Fetcher

> SEC Annual Report (10-K) Fetcher 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-15).

Fetches and returns a parsed SEC 10-K annual report filing for a given company CIK number

## Facts

- Endpoint: GET https://x402.professorsausages.com/sec-10k/filing/:cik
- 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/sec-annual-report-10-k-fetcher-65970132
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_eojY1jjg0urmlWwHzYLUD

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-annual-report-10-k-fetcher-65970132
```

Example prompt: Can you pull the parsed 10-K annual report from SEC EDGAR for the company with CIK 0000320193 — that's Apple — so I can review their financial disclosures?

## When to prefer this

Use this endpoint when you need structured, parsed 10-K annual report data for a specific US public company identified by its SEC CIK number, especially when you want a ready-to-use parsed result rather than raw EDGAR HTML or XBRL. Prefer this over direct EDGAR scraping when you need quick, clean data at low cost ($0.01 per call).

## Known failure modes

- Invalid or non-existent CIK returns an error or empty result
- Company has no 10-K filing on EDGAR (e.g. foreign private issuer using 20-F)
- EDGAR upstream unavailability causing fetch failure
- Malformed CIK format rejected by the endpoint
- Rate limiting or payment failure for the $0.01 USDC per-call fee

## How this service works

Fetch a parsed 10-K

## Output

A parsed representation of the company's most recent SEC 10-K annual report filing, including financial statements and disclosures extracted from EDGAR, returned as structured data

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sec-annual-report-10-k-fetcher-65970132/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)
