CONTRACT
Free bounded SEC company identity lookup
- Skill
qj-sec-company-identity- Route
/v1/query/sec-company-identity- Identity
- ANONYMOUS
- Price
- FREE
QJ//BOUNDED QUERY · PRODUCTION
Resolve a ticker or company name to official SEC identity fields.
/v1/query/sec-company-identityANONYMOUSFREE
CONTRACT
qj-sec-company-identity/v1/query/sec-company-identityGOVERNED METHOD
api.sec.search_companiesqj-api-mcpNo direct database, provider API or private service access. Missing coverage remains missing—it is never turned into a negative fact.
INVOKE
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"
]
}