Documentation Index
Fetch the complete documentation index at: https://docs.secapi.ai/llms.txt
Use this file to discover all available pages before exploring further.
Entity Resolution & Mapping API
Resolve any company identifier — CIK, ticker, FIGI, ISIN, CUSIP, or name — to a canonical entity record with exchange, sector, industry, and SIC code. The entity graph powers identity joins across the rest of SEC API.Why use this
Financial data systems break when entity identity is ambiguous. SEC API Entity Resolution maintains a canonical 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
- Canonical entity graph — issuers, filers, managers, insiders, funds, and aliases resolved to a single identity
- 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
Rate limits vary by plan and workload. Entity resolution is a lightweight lookup operation, but production clients should still handle429 responses and retry safely.