Overview
Fetch a parsed 10-K
Protocol
x402
Price
$0.01
Payment Asset
USD Coin
Payment Network
Base
Category
uncategorized
Provider
x402
Source
bazaar
Indexed
2026-06-30 20:14:20
Health
Status
unknown
Latency (p50)
—
Uptime (30d)
—
Reliability Score
—
Last Checked
Never
Last Healthy
Never
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
—
Asset Verified
—
Facilitator
—
Input Schema
{
"method": "GET",
"queryParams": {
"form": "Filing form (default 10-K)",
"sections": "Comma-separated section keys to include in full, or `all` (default: manifest only)",
"year": "Fiscal year (defaults to the latest on file)"
},
"type": "http"
}
Output Schema
{
"properties": {
"accessionNumber": {
"type": "string"
},
"cik": {
"type": "string"
},
"companyName": {
"type": "string"
},
"filedAt": {
"format": "date",
"type": "string"
},
"fiscalYear": {
"type": "integer"
},
"form": {
"enum": [
"10-K"
],
"type": "string"
},
"sections": {
"additionalProperties": {
"type": "string"
},
"type": "object"
},
"ticker": {
"type": "string"
},
"url": {
"format": "uri",
"type": "string"
}
},
"required": [
"cik",
"ticker",
"companyName",
"form",
"fiscalYear",
"filedAt",
"accessionNumber",
"url",
"sections"
],
"type": "object"
}