QJ//BOUNDED QUERY · PRODUCTION

SEC Company Facts Compact

Project selected current SEC XBRL facts into a small evidence envelope.

PRODUCTION/v1/query/sec-company-facts-compactOAUTH · agents:query$0.02 · X402/2

CONTRACT

Paid compact SEC XBRL company facts

Skill
qj-sec-company-facts-compact
Route
/v1/query/sec-company-facts-compact
Identity
OAUTH · agents:query
Price
$0.02 · X402/2

GOVERNED METHOD

Exact MCP evidence path

  • api.sec.get_company_factsqj-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

Register an OAuth client, request scope agents:query, then call the route with its bearer token. The first unauthorised call returns the exact x402 v2 payment challenge.

REQUEST

{
  "ticker": "NVDA"
}

ILLUSTRATIVE RESPONSE SHAPE · NOT LIVE MARKET DATA

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