Why use this
Financial data systems break when entity identity is ambiguous. The SEC API Entity Resolution surface maintains an entity graph of issuers, filers, managers, insiders, funds, and aliases so downstream queries do not need to rebuild identity logic on every call.- Six identifier types — CIK, ticker, FIGI, ISIN, CUSIP, and company name
- Best-match entity resolution — issuers, filers, managers, insiders, funds, and aliases resolved with match details when available
- Structured metadata — exchange, sector, industry, SIC code, and entity type on every record
- Alias resolution — historical tickers, name changes, and cross-identifier mappings
- Batch-friendly — resolve multiple identifiers in a single request
Quick start
Example: search entities
Response shape
Key parameters
| Parameter | Type | Description |
|---|---|---|
ticker | string | Company ticker symbol |
cik | string | SEC Central Index Key |
figi | string | OpenFIGI identifier |
isin | string | International Securities Identification Number |
cusip | string | CUSIP identifier |
name | string | Company name (fuzzy matched) |
query | string | Search query for entity listing |
limit | number | Results per page (entity search only) |
Rate limits
- Standard plan: 200 requests/minute
- Pro plan: 1000 requests/minute
- Enterprise: Custom limits

