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
QJ//BOUNDED QUERY · PRODUCTION
Return the latest official SEC submission for a ticker and bounded form type.
/v1/query/sec-latest-filingOAUTH · agents:query$0.01 · X402/2
CONTRACT
qj-sec-latest-filing/v1/query/sec-latest-filingGOVERNED METHOD
api.sec.search_companiesqj-api-mcpapi.sec.get_company_submissionsqj-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-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"
]
}