# SEC Ticker & CIK Lookup by Company Name or Ticker Fragment

> SEC Ticker & CIK Lookup by Company Name or Ticker Fragment 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-13).

Resolves a company name or partial ticker string to matching SEC ticker symbols and CIK identifiers

## Facts

- Endpoint: POST https://clonecho.builda.company/x402/ticker-lookup
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sec-ticker-cik-lookup-by-company-name-or-ticker-fragment-043ebff0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qXV5ezzTiOALf5bVU9CJI

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-ticker-cik-lookup-by-company-name-or-ticker-fragment-043ebff0 -d '<json body>'
```

Example prompt: Can you find the SEC ticker symbol and CIK number for Apple — I need both to pull their EDGAR filings?

## When to prefer this

Use this endpoint when you need to programmatically resolve a company name or partial ticker to its official SEC CIK and ticker symbol, especially as a prerequisite step before fetching SEC EDGAR filings, financial disclosures, or regulatory documents. Prefer this over general financial data APIs when the primary need is authoritative SEC identifier resolution rather than price or fundamentals data.

## Known failure modes

- No matches found for obscure or misspelled company names — returns empty result set
- Ambiguous query returning many matches when fragment is too short (e.g. ?q=a)
- Payment failure: HTTP 402 if x402 payment not completed
- Rate limiting or server error returning non-200 status
- Private or foreign companies not listed with the SEC return no results

## How this service works

FINANCE: resolve a company name or ticker fragment to SEC ticker(s) + CIK (?q=apple). Returns JSON.

## Output

A JSON object containing one or more matching SEC ticker symbols and associated CIK numbers for the queried company name or ticker fragment, enabling downstream SEC EDGAR queries.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sec-ticker-cik-lookup-by-company-name-or-ticker-fragment-043ebff0/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)
