# Company Enrichment (SEC EDGAR)

> Company Enrichment (SEC EDGAR) is a paid API for AI agents from x402.professorsausages.com, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Resolves a stock ticker or SEC CIK to a full SEC EDGAR company profile including identity, SIC/industry classification, filer category, headquarters, and recent filing cadence.

## Facts

- Endpoint: GET https://x402.professorsausages.com/company/:idOrTicker
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/company-enrichment-sec-edgar-de34d7b7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_lmjLFmSQedjB9j_-_SFfY

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 company-enrichment-sec-edgar-de34d7b7
```

Example prompt: Pull the SEC EDGAR company profile for NVDA — I need its CIK, SIC code, industry classification, filer category, and how often it files.

## When to prefer this

Use this endpoint when you need authoritative SEC-sourced company identity data — specifically SIC codes, filer categories, and filing cadence — rather than general financial data. Prefer this over financial data APIs when regulatory classification or SEC-specific metadata is needed. Ideal for compliance tooling, investment research, and any workflow that cross-references SEC filings.

## Known failure modes

- Unknown ticker or CIK returns a 404 or empty result
- Ticker not listed on SEC EDGAR (e.g. foreign-only companies) returns no match
- Ambiguous ticker shared by multiple entities may resolve to wrong company
- Stale filing cadence data if EDGAR indexing is delayed
- Invalid input format (non-alphanumeric characters) may return a 400 error

## How this service works

SEC company profile — resolve a ticker or CIK to identity, SIC/industry, filer category, HQ, and recent-filing cadence, cross-linked to the SEC suite

## Output

Returns a structured SEC company profile including the resolved company name, CIK number, SIC code and industry label, filer category (e.g. large accelerated filer), registered headquarters location, and a summary of recent SEC filing cadence, cross-linked to the broader SEC EDGAR suite.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/company-enrichment-sec-edgar-de34d7b7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.professorsausages.com](https://www.zero.xyz/host/x402.professorsausages.com/llms.txt)
