ApiToll SEC Filings
GET edgar.apitoll.cloud/v1/edgar/filings
Why an agent can trust this route.
Sonar evidence is advisory. Paid delivery is shown as verified only when paid probes are available; otherwise route estimates use the unpaid handshake as a clearly labeled proxy.
Observed outcomes
Latest SEC EDGAR filings for any US-listed company by stock ticker or CIK: 10-K annual reports, 10-Q quarterly reports, and 8-K material events. Resolves ticker to CIK via SEC's official index and returns the parsed filing (company, form type, dated items). Sourced live from data.sec.gov.
Resource: edgar.apitoll.cloud/v1/edgar/filings
Network: eip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp · Asset: 0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913 · Pay to: 0x58BdAD5e654691aC5eD4631758f3d8DA00666B6c
Payment methods: — · Last validation: 2026-09-14 07:26:43.896+00
{
"input": {
"type": "object",
"required": [
"type",
"method"
],
"properties": {
"type": {
"type": "string",
"const": "http"
},
"method": {
"enum": [
"GET"
],
"type": "string"
},
"queryParams": {
"type": "object",
"required": [
"form"
],
"properties": {
"cik": {
"type": "string",
"pattern": "^\\d{1,10}$",
"description": "SEC CIK (1-10 digits). XOR with ticker."
},
"form": {
"enum": [
"10-K",
"10-Q",
"8-K"
],
"type": "string",
"description": "SEC form for /filings: 10-K, 10-Q, 8-K. Aliases accepted (10k, 10-q, 8k, annual, quarterly, current-report, material-event). Form 4 and 13F-HR have their own routes — GET /v1/edgar/insider and GET /v1/edgar/holdings."
},
"limit": {
"type": "integer",
"maximum": 50,
"minimum": 1,
"description": "Per-form ceiling: 10-K/10-Q/8-K=50."
},
"since": {
"type": "string",
"pattern": "^\\d{4}-\\d{2}-\\d{2}$",
"description": "Inclusive lower bound on filingDate (YYYY-MM-DD), within the last 5 years."
},
"ticker": {
"type": "string",
"pattern": "^[A-Za-z.\\-]{1,10}$",
"description": "Stock ticker, case-insensitive. XOR with cik."
},
"includeAmendments": {
"type": "boolean",
"description": "When true (default), amendment suffixes (10-K/A) surface alongside the base form."
}
}
}
},
"additionalProperties": false
},
"output": {
"type": "object",
"required": [
"type"
],
"properties": {
"type": {
"type": "string"
},
"example": {
"type": "object",
"properties": {
"form": {
"enum": [
"10-K",
"10-Q",
"8-K"
],
"type": "string"
},
"meta": {
"type": "object"
},
"count": {
"type": "integer"
},
"items": {
"type": "array",
"items": {
"type": "object"
}
},
"source": {
"type": "object"
},
"resolved": {
"type": "object"
},
"truncation": {
"type": [
"object",
"null"
]
},
"appliedSince": {
"type": [
"string",
"null"
],
"format": "date"
}
}
}
}
},
"paymentRequirements": [
{
"raw": {
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"extra": {
"name": "USD Coin",
"version": "2"
},
"payTo": "0x58BdAD5e654691aC5eD4631758f3d8DA00666B6c",
"amount": "3000",
"scheme": "exact",
"network": "eip155:8453",
"maxTimeoutSeconds": 300
},
"asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
"payTo": "0x58BdAD5e654691aC5eD4631758f3d8DA00666B6c",
"scheme": "exact",
"network": "eip155:8453",
"amountAtomic": "3000"
},
{
"raw": {
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"extra": {
"feePayer": "Hc3sdEAsCGQcpgfivywog9uwtk8gUBUZgsxdME1EJy88"
},
"payTo": "7kPWiEbDXu33FomKG6mGa7R8HGSfUGFsAoKFZeBERJaH",
"amount": "3000",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"maxTimeoutSeconds": 300
},
"asset": "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v",
"payTo": "7kPWiEbDXu33FomKG6mGa7R8HGSfUGFsAoKFZeBERJaH",
"scheme": "exact",
"network": "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp",
"amountAtomic": "3000"
}
]
}Source catalog records are retained separately from live endpoint observations. Sonar score, uptime, and latency are advisory metrics. CDP indexing is not inferred from validation.