# Recent 8-K Financial Filings Lookup

> Recent 8-K Financial Filings Lookup is a paid API for AI agents from lookup.bustercall.workers.dev, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-13).

Returns recent SEC 8-K (material event) financial filings in JSON format

## Facts

- Endpoint: POST https://lookup.bustercall.workers.dev/financial/8k/recent
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/lookup-bustercall-workers-dev-a50cf18d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lbr16lZhgEcOb032U3LFL

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 lookup-bustercall-workers-dev-a50cf18d -d '<json body>'
```

Example prompt: Can you pull the most recent 8-K filings from SEC so I can see which public companies have disclosed material events lately?

## When to prefer this

Use this endpoint when an agent needs programmatic access to recent SEC 8-K filings in structured JSON format, particularly in automated financial research, compliance monitoring, or event-driven trading workflows. Prefer over scraping SEC EDGAR directly when a paid, structured JSON response is needed quickly.

## Known failure modes

- Payment not provided or insufficient USDC — returns 402 Payment Required
- No recent 8-K filings found for the given filters — returns empty array
- Upstream SEC data source unavailable — returns 503 or error object
- Invalid request body format — returns 400 Bad Request

## Output

A JSON array of recent 8-K filings, likely including company names, filing dates, CIK numbers, and links or summaries of the filed material event disclosures.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/lookup-bustercall-workers-dev-a50cf18d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from lookup.bustercall.workers.dev](https://www.zero.xyz/host/lookup.bustercall.workers.dev/llms.txt)
