# clonecho SEC Filings Lookup

> clonecho SEC Filings Lookup is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-13).

Returns the most recent SEC filings for a publicly traded company identified by its stock ticker symbol.

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/sec-filings
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clonecho-sec-filings-lookup-ec4907cb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_78JpqjdbCALEq3ziuZzXq

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 clonecho-sec-filings-lookup-ec4907cb -d '<json body>'
```

Example prompt: Can you pull up the most recent SEC filings for Apple — the ticker is AAPL?

## When to prefer this

Use this endpoint when you need quick, structured access to a company's most recent SEC filings by ticker symbol, especially for financial research, due diligence, or monitoring regulatory disclosures. Prefer this over scraping SEC EDGAR directly when you need a clean JSON response without parsing HTML. Best suited for US publicly traded companies with standard ticker symbols.

## Known failure modes

- Invalid or unknown ticker symbol returns an error or empty result
- Ticker for a non-US or non-SEC-registered company may return no results
- Rate limiting or payment failure (x402) if USDC payment is not processed
- Stale data if SEC EDGAR upstream has a delay
- Network timeout if the live data source is slow

## How this service works

Most recent SEC filings for a company (?ticker=AAPL) — finance-research signal. Live. Returns JSON.

## Output

A JSON object containing the most recent SEC filings for the specified company, likely including filing type (e.g. 10-K, 10-Q, 8-K), filing date, description, and links to the actual documents on SEC EDGAR.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clonecho-sec-filings-lookup-ec4907cb/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from clonecho.builda.company](https://www.zero.xyz/host/clonecho.builda.company/llms.txt)
