# SEC Filing Intelligence — The Stall by IntuiTek

> SEC Filing Intelligence — The Stall by IntuiTek is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.0165/call, status unknown (last checked 2026-09-14).

Retrieves and analyzes SEC filing intelligence for a given set of properties, returning structured insights from regulatory filings

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/sec-filing-intel
- Price: $0.0165/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sec-filing-intelligence-the-stall-by-intuitek-7b64b510
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vRzAKfOhx7m4uPuepqDqV

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-filing-intelligence-the-stall-by-intuitek-7b64b510
```

Example prompt: Pull the latest SEC filing intelligence for Tesla — I want to see what's been disclosed recently, including any 10-K, 10-Q, or 8-K filings.

## When to prefer this

Use this endpoint when you need structured SEC filing intelligence without managing API keys or accounts — ideal for AI agents that require on-demand, pay-per-call access to regulatory disclosure data. Prefer over scraping EDGAR directly when you want normalized, AI-ready output paid in USDC via x402.

## Known failure modes

- Invalid or missing properties parameter returns an error or empty result
- Company ticker or identifier not found in SEC EDGAR returns no data
- Payment of 0.015 USDC on Base mainnet not confirmed, resulting in 402 response
- Rate limits or upstream EDGAR unavailability causing timeout
- Malformed input schema causes 400-level error

## How this service works

Real-time SEC EDGAR filing lookup by ticker or CIK. Returns company profile plus recent filings (form type, date, description, EDGAR URL). Supports 8-K (material events), 10-K/10-Q (earnings), Form 4 (insider trades), DEF14A (proxy), and all other EDGAR form types. Authoritative US government data, no API key, updated within minutes of filing.

## Output

Returns structured SEC filing intelligence including filing metadata, disclosure content, and extracted data points from regulatory filings for the queried company or properties. Delivered as JSON for downstream analysis.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sec-filing-intelligence-the-stall-by-intuitek-7b64b510/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
