Capabilities
Multi-identifier lookup
Search by ticker, CIK, CUSIP, FIGI, ISIN, LEI, or company name. Identifiers resolve to the best matching SEC entity, with match details when available.
Fuzzy name matching
Handles spelling variations, abbreviations, and former names. “Alphabet” resolves to GOOGL just as well as “Google.”
Full entity profile
Returns SIC code, state of incorporation, filing history summary, and all known identifiers for each entity.
High-throughput resolution
Resolve hundreds of identifiers in parallel for portfolio mapping and data reconciliation. Each request returns a best-match entity record. Use CIK or accession number when precision matters.
Quick start
Resolve a ticker to its full entity profile:Use cases
Portfolio identifier mapping
Map a portfolio of CUSIPs to CIKs and tickers for cross-referencing with SEC filing data. Batch resolve thousands of positions in one call.Data reconciliation
When merging datasets from different providers that use different identifiers, use entity resolution to create a best-match mapping.Company lookup for applications
Build autocomplete and search features that let users find companies by common identifiers they have on hand.Historical entity tracking
Track name changes, ticker changes, and CIK reassignments over time to maintain accurate mapping for historical analysis.API endpoints
| Endpoint | Description |
|---|---|
GET /v1/entities/resolve | Resolve common identifiers to a best-match SEC entity |
GET /v1/entities?q={query} | Fuzzy search by company name |
GET /v1/entities/edgar | Browse the EDGAR canonical entity list |
Why SEC API for entity resolution
| Feature | SEC API | Raw EDGAR | sec-api.io | OpenFIGI |
|---|---|---|---|---|
| Ticker lookup | Yes | No (CIK only) | Yes | No |
| CUSIP resolution | Yes | No | No | No |
| FIGI/ISIN resolution | Yes | No | No | Yes (FIGI) |
| Fuzzy name search | Yes | Basic | Basic | No |
| Batch resolution | Yes | No | No | Yes |
| Full entity profile | Yes | Partial | Partial | No |
| Pricing | Pay-as-you-go | Free (limited) | $Varies | Free (FIGI) |
Get started
Get your API key
Start resolving entities in under 60 seconds. 150 free API calls (one-time).

