# TheBotWire SEC EDGAR Filings Search

> TheBotWire SEC EDGAR Filings Search is a paid API for AI agents from thebotwire.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Search and retrieve the latest SEC EDGAR filings including 8-K, 10-K, 10-Q, Form 4, S-1, 13F, and 13D with optional keyword filtering and freshness windows

## Facts

- Endpoint: GET https://thebotwire.com/edgar/filings
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/thebotwire-sec-edgar-filings-search-738aaf97
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_m3SmfATznGZVIxHg9yNx1

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 thebotwire-sec-edgar-filings-search-738aaf97
```

Example prompt: Pull the latest 8-K filings from EDGAR from the last 2 hours — up to 20 results — so I can see which companies just disclosed material events.

## When to prefer this

Use this endpoint when you need fast, low-cost access to the latest SEC EDGAR filings with flexible filtering by form type, keyword, and freshness window. Prefer it over direct EDGAR scraping when you want a structured, agent-friendly API response. Best for real-time monitoring of material events, insider transactions, institutional holdings, and IPO activity without building your own EDGAR integration.

## Known failure modes

- No filings found matching the query or form type within the specified time window
- Invalid form type enum value returns an error
- Limit parameter outside 1-50 range is rejected
- Malformed since parameter (e.g. unsupported time format) may return an error or default behavior
- Service may return stale data if EDGAR feed is delayed

## How this service works

Latest SEC EDGAR filings search: 8-K, 10-K/Q, insider Form 4, S-1, 13F, 13D.

## Output

Returns a list of matching SEC EDGAR filings with details such as company name, form type, filing date, and relevant content or links, filtered by form type, keyword query, and freshness window as specified.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/thebotwire-sec-edgar-filings-search-738aaf97/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from thebotwire.com](https://www.zero.xyz/host/thebotwire.com/llms.txt)
