CONTRACT
Paid bounded security price history
- Skill
qj-security-history- Route
/v1/query/security-history- Identity
- OAUTH · agents:query
- Price
- $0.01 · X402/2
QJ//BOUNDED QUERY · OFFLINE
Return bounded normalized daily adjusted-close history for one public-equity ticker, with dates, currency, source and freshness. It is not a live quote.
/v1/query/security-historyOAUTH · agents:query$0.01 · X402/2
CONTRACT
qj-security-history/v1/query/security-historyGOVERNED METHOD
data.prices.historyqj-data-mcpNo direct database, provider API or private service access. Missing coverage remains missing—it is never turned into a negative fact.
INVOKE
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"
]
}