# SEC Registrant Company Profile

> SEC Registrant Company Profile 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-14).

Returns SEC registrant profile data for a publicly traded company, including SIC code, exchanges, incorporation details, EIN, former names, and recent filing mix, given a ticker symbol.

## Facts

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

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-registrant-company-profile-e843d0d9 -d '<json body>'
```

Example prompt: Can you pull up the full SEC registrant profile for Apple — I need their SIC code, which exchanges they're listed on, their EIN, state of incorporation, any former company names, and a breakdown of their recent SEC filings? The ticker is AAPL.

## When to prefer this

Use this endpoint when you need structured SEC EDGAR registration metadata for a publicly traded company — especially SIC industry codes, incorporation details, EIN, exchange listings, or former names — rather than market price data or financial statements. Ideal for compliance research, company enrichment pipelines, or verifying corporate identity via official SEC records.

## Known failure modes

- Invalid or unknown ticker symbol returns an error or empty result
- Ticker for a private company not registered with SEC returns no data
- Network timeout or upstream EDGAR service unavailability
- Missing ticker parameter returns a 400-level error

## How this service works

FINANCE: SEC registrant profile — SIC, exchanges, incorporation, EIN, former names, and recent-filing mix for a company (?ticker=AAPL). Returns JSON.

## Output

A JSON object containing the SEC registrant profile for the requested company, including SIC code, stock exchange listings, state and country of incorporation, EIN, any former names the company operated under, and a summary of recent SEC filing types submitted.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sec-registrant-company-profile-e843d0d9/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)
