QJ//BOUNDED QUERY · OFFLINE

Security Price History

Return bounded normalized daily adjusted-close history for one public-equity ticker, with dates, currency, source and freshness. It is not a live quote.

OFFLINE/v1/query/security-historyOAUTH · agents:query$0.01 · X402/2

CONTRACT

Paid bounded security price history

Skill
qj-security-history
Route
/v1/query/security-history
Identity
OAUTH · agents:query
Price
$0.01 · X402/2

GOVERNED METHOD

Exact MCP evidence path

  • data.prices.historyqj-data-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": "AAPL",
  "days": 120
}

ILLUSTRATIVE RESPONSE SHAPE · NOT LIVE MARKET DATA

{
  "schemaVersion": "qj-agents.security-history.v1",
  "skillId": "qj-security-history",
  "priceUsd": "0.01",
  "status": "complete | partial",
  "query": {
    "ticker": "AAPL",
    "days": 120
  },
  "facts": {
    "example": "live fields are returned here"
  },
  "interpretation": [],
  "coverage": [
    {
      "tool": "data.prices.history",
      "status": "ok"
    }
  ],
  "toolsUsed": [
    "data.prices.history"
  ],
  "asOf": "ISO-8601 source timestamp",
  "freshness": {
    "status": "fresh | stale | unknown"
  },
  "lineageRefs": [
    "source and materialization references"
  ]
}