CONTRACT
Paid bounded sec insider filing activity
- Skill
qj-insider-activity- Route
/v1/query/insider-activity- Identity
- OAUTH · agents:query
- Price
- $0.02 · X402/2
QJ//BOUNDED QUERY · OFFLINE
Return recent official SEC Form 4 filing metadata for one issuer. This version reports filing activity and accessions only; it does not claim parsed purchases, sales or ownership changes.
/v1/query/insider-activityOAUTH · agents:query$0.02 · X402/2
CONTRACT
qj-insider-activity/v1/query/insider-activityGOVERNED METHOD
api.sec.get_form4_filingsqj-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": "AAPL",
"limit": 10
}
ILLUSTRATIVE RESPONSE SHAPE · NOT LIVE MARKET DATA
{
"schemaVersion": "qj-agents.insider-activity.v1",
"skillId": "qj-insider-activity",
"priceUsd": "0.02",
"status": "complete | partial",
"query": {
"ticker": "AAPL",
"limit": 10
},
"facts": {
"example": "live fields are returned here"
},
"interpretation": [],
"coverage": [
{
"tool": "api.sec.get_form4_filings",
"status": "ok"
}
],
"toolsUsed": [
"api.sec.get_form4_filings"
],
"asOf": "ISO-8601 source timestamp",
"freshness": {
"status": "fresh | stale | unknown"
},
"lineageRefs": [
"source and materialization references"
]
}