Skip to main content
Search canonical SEC entities across issuers, managers, insiders, and funds with offset pagination
Audience: engineers and agents discovering canonical entities before issuer-scoped research.

Canonical metadata

  • data
  • hasMore
  • nextCursor
  • requestId
  • traceparent

Example request

Example response

Pagination and coverage

cursor is a zero-based offset. Follow nextCursor only while hasMore is true; do not derive a cursor from row IDs. The endpoint searches the canonical entity store across supported entity types, so use entity resolution when a workflow needs one authoritative match rather than a result set.

Errors

Invalid limit or cursor values return 400 invalid_query_parameter. Search failures return a contract-aware error rather than a partial list.

Give this prompt to your agent

Failure posture

  • preserve hasMore and nextCursor when handing pages to another worker
  • retry only a complete page after transient failures
  • resolve a selected row before treating it as the final issuer identity