CONTRACT
Paid SEC filing fact delta
- Skill
qj-sec-filing-delta- Route
/v1/query/sec-filing-delta- Identity
- OAUTH · agents:query
- Price
- $0.10 · X402/2
QJ//BOUNDED QUERY · PRODUCTION
Compare selected SEC XBRL facts between the latest two filings of one form type.
/v1/query/sec-filing-deltaOAUTH · agents:query$0.10 · X402/2
CONTRACT
qj-sec-filing-delta/v1/query/sec-filing-deltaGOVERNED METHOD
api.sec.get_company_submissionsqj-api-mcpapi.sec.get_company_factsqj-api-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": "NVDA"
}
ILLUSTRATIVE RESPONSE SHAPE · NOT LIVE MARKET DATA
{
"schemaVersion": "qj-agents.sec-filing-delta.v1",
"skillId": "qj-sec-filing-delta",
"priceUsd": "0.10",
"status": "complete | partial",
"facts": {
"example": "live fields are returned here"
},
"interpretation": [
"bounded research interpretation"
],
"coverage": [
{
"tool": "api.sec.get_company_submissions",
"status": "available | missing"
}
],
"toolsUsed": [
"api.sec.get_company_submissions",
"api.sec.get_company_facts"
],
"asOf": "ISO-8601 source timestamp",
"freshness": {
"status": "fresh | stale | unknown"
},
"lineageRefs": [
"source and materialization references"
]
}