Skip to main content
Resolve an issuer before you fetch filings, facts, statements, or a named intel job. GET /v1/entities/resolve is the identity call. The stores and the packer take that identity; they do not invent it.
Keep id, cik, ticker, matchConfidence, and matchBasis when they are returned. A low-confidence match is a correction task, not a join key. Do not infer a CIK from a ticker string or an old filing URL.

The path

  1. Resolve the issuer, manager, or security.
  2. Carry the returned CIK (and entity id when present).
  3. Fetch one store, or run one named intel job.
Letters and authenticated situations are gated stores. They 404 when that store is dark. Do not make them the first curl.
The second request returns the current latest matching filing. Keep the accession number, form, filing date, filing URL, and requestId when present.

What resolve is not

An empty resolve request is invalid. Company overview (GET /v1/companies/overview) is a company view, not a substitute for resolve and not the intelligence product.

Next