QJ//BOUNDED QUERY · PRODUCTION

SEC Company Identity

Resolve a ticker or company name to official SEC identity fields.

PRODUCTION/v1/query/sec-company-identityANONYMOUSFREE

CONTRACT

Free bounded SEC company identity lookup

Skill
qj-sec-company-identity
Route
/v1/query/sec-company-identity
Identity
ANONYMOUS
Price
FREE

GOVERNED METHOD

Exact MCP evidence path

  • api.sec.search_companiesqj-api-mcp

No direct database, provider API or private service access. Missing coverage remains missing—it is never turned into a negative fact.

INVOKE

Call the bounded resource

READY

REQUEST

{
  "ticker": "NVDA"
}

ILLUSTRATIVE RESPONSE SHAPE · NOT LIVE MARKET DATA

{
  "schemaVersion": "qj-agents.sec-company-identity.v1",
  "skillId": "qj-sec-company-identity",
  "priceUsd": "0.00",
  "status": "complete | partial",
  "facts": {
    "example": "live fields are returned here"
  },
  "interpretation": [
    "bounded research interpretation"
  ],
  "coverage": [
    {
      "tool": "api.sec.search_companies",
      "status": "available | missing"
    }
  ],
  "toolsUsed": [
    "api.sec.search_companies"
  ],
  "asOf": "ISO-8601 source timestamp",
  "freshness": {
    "status": "fresh | stale | unknown"
  },
  "lineageRefs": [
    "source and materialization references"
  ]
}