v1
latestOpenAPI 3.0.32026-07-226744340.8 KBFilings
Resolve to CIK
Resolve a ticker / CIK / company name to its SEC CIK and resolved entity_id. Requires a plan with SEC filings access (can_use_filings) — the Corporate & Supply Chain plan and above.
get/api/v2/filings/resolve
Query parameters
tickerstring
Stock ticker.
cikstring
SEC CIK number.
namestring
Company name.
Response
Resolution result. query echoes the { ticker, cik, name } you passed; resolved is { cik, entity_id } (entity_id may be null when the filer is not yet on the entity spine) or null when nothing matched. Envelope: { success, query, resolved }.