# clonecho Symbol Search

> clonecho Symbol Search is a paid API for AI agents from clonecho.builda.company, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-16).

Resolves a company name or keyword query to matching tradeable ticker symbols with exchange and sector metadata

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/symbol-search
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-16
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/clonecho-symbol-search-b33314a1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JSDf9hwz5dj_ldQ8bIbjD

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-symbol-search-b33314a1 -d '<json body>'
```

Example prompt: Can you look up the ticker symbol for Apple — I need to know which exchange it trades on and what sector it's in?

## When to prefer this

Use this endpoint when you need to resolve a plain-language company name or keyword into one or more tradeable ticker symbols, along with exchange and sector context. Prefer this over general web search when you need structured, machine-readable financial symbol data in JSON format.

## Known failure modes

- No matching tickers found for obscure or misspelled company names
- Ambiguous query returning multiple unrelated symbols
- Non-public or private companies returning no results
- Payment failure if USDC not available (x402 protocol)
- Rate limiting or timeout on high-frequency requests

## How this service works

MARKETS: resolve a company name/query to matching tradeable ticker symbols with exchange & sector (?q=apple). Returns JSON.

## Output

A JSON array of matching ticker symbols, each with associated exchange (e.g. NASDAQ, NYSE) and sector classification for the queried company or keyword.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/clonecho-symbol-search-b33314a1/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)
