SEC filings by ticker — recent 10-K, 10-Q and 8-K records with official filing a
SEC filings by ticker — recent 10-K, 10-Q and 8-K records with official filing and document URLs.
Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.005listed price per call
n/aprice it asked us
Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.
Endpoint
GET https://sec.use.x402atlas.com/filings/:ticker
| Category | Everything else |
|---|---|
| Provider host | sec.use.x402atlas.com |
| Networks | eip155:137, eip155:42161, eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 4 from 2 payers (the provider's figure, not ours) |
Our checks, last 30 days
We never call tools that send, buy, move money or file anything, not even without paying.
Example input (from the provider)
{
"method": "GET",
"pathParams": {
"ticker": "AAPL"
},
"queryParams": {
"forms": "10-K,10-Q,8-K",
"limit": 20
},
"type": "http"
}
Promised output schema (from the provider)
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"properties": {
"input": {
"additionalProperties": false,
"properties": {
"method": {
"enum": [
"GET"
],
"type": "string"
},
"pathParams": {
"properties": {
"ticker": {
"description": "US public-company ticker; case-insensitive",
"pattern": "^[A-Za-z0-9][A-Za-z0-9.-]{0,9}$",
"type": "string"
}
},
"required": [
"ticker"
],
"type": "object"
},
"queryParams": {
"properties": {
"forms": {
"description": "Comma-separated allowlist of at most 20 SEC form names; defaults to 10-K,10-Q,8-K. Include amendments such as 10-K/A explicitly.",
"maxLength": 419,
"pattern": "^[A-Za-z0-9/-]+(?:\\s*,\\s*[A-Za-z0-9/-]+){0,19}$",
"type": "string"
},
"limit": {
"default": 40,
"maximum": 100,
"minimum": 1,
"type": "integer"
}
},
"type": "object"
},
"type": {
"const": "http",
"type": "string"
}
},
"required": [
"type",
"method",
"pathParams"
],
"type": "object"
},
"output": {
"properties": {
"example": {
"additionalProperties": false,
"properties": {
"cik": {
"type": "integer"
},
"company_name": {
"type": "string"
},
"count": {
"type": "integer"
},
"filings": {
"items": {
"additionalProperties": false,
"properties": {
"accession_number": {
"type": "string"
},
"description": {
"type": "string"
},
"document_url": {
"format": "uri",
"type": "string"
},
"filing_date": {
"format": "date",
"type": "string"
},
"filing_url": {
"format": "uri",
"type": "string"
},
"form": {
"type": "string"
},
"primary_document": {
"type": "string"
}
},
"required": [
"accession_number",
"filing_date",
"form",
"primary_document",
"filing_url",
"document_url"
],
"type": "object"
},
"type": "array"
},
"forms": {
"items": {
"type": "string"
},
"type": "array"
},
"note": {
"type": "string"
},
"ticker": {
"type": "string"
}
},
"required": [
"ticker",
"forms",
"count",
"filings"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}