# Heurist Mesh SEC Company Resolver

> Heurist Mesh SEC Company Resolver is a paid API for AI agents from mesh.heurist.xyz, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-13).

Resolves a company name, stock ticker, or CIK into a canonical SEC issuer record with CIK, ticker, and company title.

## Facts

- Endpoint: POST https://mesh.heurist.xyz/x402/agents/SecEdgarAgent/resolve_company
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/heurist-mesh-sec-company-resolver-632decdf
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yU8Wu9U0qNu1TNaPE_lOw

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 heurist-mesh-sec-company-resolver-632decdf -d '<json body>'
```

Example prompt: Can you resolve 'Tesla' to its official SEC issuer record so I know the right CIK and ticker before I pull its 10-K filings?

## When to prefer this

Use this endpoint when you have an ambiguous company identifier (name, ticker, or CIK) and need to pin it to the exact SEC issuer record before querying SEC filings, financial disclosures, or EDGAR data. Prefer this over direct EDGAR queries when the company name has common variants, subsidiaries, or historical name changes that could cause misidentification.

## Known failure modes

- Company name is too ambiguous and matches multiple issuers — no single record returned
- Unknown ticker or CIK not found in EDGAR — returns empty or error response
- Subsidiary or DBA name not recognized as the parent registrant — incorrect entity resolved
- Network or upstream SEC EDGAR service unavailable — timeout or 5xx error
- Recently renamed or newly listed companies may not yet be indexed

## How this service works

Resolve a company name, stock ticker, or CIK into a canonical SEC issuer record with CIK, ticker, and company title. Use this before other SEC tools when the issuer is ambiguous.

## Output

Returns a canonical SEC issuer record containing the company's CIK number, official ticker symbol, and registered company title as recorded in SEC EDGAR, enabling unambiguous identification of the issuer for use with downstream SEC filing queries.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/heurist-mesh-sec-company-resolver-632decdf/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from mesh.heurist.xyz](https://www.zero.xyz/host/mesh.heurist.xyz/llms.txt)
