QJ//BOUNDED QUERY · PRODUCTION

SEC Latest Filing

Return the latest official SEC submission for a ticker and bounded form type.

PRODUCTION/v1/query/sec-latest-filingOAUTH · agents:query$0.01 · X402/2

CONTRACT

Paid bounded latest SEC filing lookup

Skill
qj-sec-latest-filing
Route
/v1/query/sec-latest-filing
Identity
OAUTH · agents:query
Price
$0.01 · X402/2

GOVERNED METHOD

Exact MCP evidence path

  • api.sec.search_companiesqj-api-mcp
  • api.sec.get_company_submissionsqj-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-latest-filing.v1",
  "skillId": "qj-sec-latest-filing",
  "priceUsd": "0.01",
  "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",
    "api.sec.get_company_submissions"
  ],
  "asOf": "ISO-8601 source timestamp",
  "freshness": {
    "status": "fresh | stale | unknown"
  },
  "lineageRefs": [
    "source and materialization references"
  ]
}