SEC company financials by ticker — normalized annual and quarterly revenue, inco
SEC company financials by ticker — normalized annual and quarterly revenue, income, balance-sheet, cash-flow and EPS facts.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
627 msmedian answer time
$0.01listed price per call
$0.01price 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/financials/:ticker
| Category | Company and compliance |
|---|---|
| Provider host | sec.use.x402atlas.com |
| Networks | eip155:137, eip155:42161, eip155:8453 |
| Payment schemes | exact |
| Self-reported calls, 30 days | 2 from 1 payers (the provider's figure, not ours) |
Our checks, last 30 days
| Day | Result | HTTP | Asked | Time |
|---|---|---|---|---|
| 2026-09-24 | valid payment request | 402 | $0.01 | 627 ms |
Example input (from the provider)
{
"method": "GET",
"pathParams": {
"ticker": "AAPL"
},
"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": {},
"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"
},
"metrics": {
"items": {
"additionalProperties": false,
"properties": {
"annual": {
"additionalProperties": false,
"properties": {
"accession_number": {
"type": "string"
},
"filed": {
"format": "date",
"type": "string"
},
"form": {
"type": "string"
},
"period": {
"additionalProperties": false,
"properties": {
"end": {
"format": "date",
"type": "string"
},
"start": {
"format": "date",
"type": "string"
}
},
"required": [
"end"
],
"type": "object"
},
"unit": {
"type": "string"
},
"value": {
"type": "number"
}
},
"required": [
"value",
"unit",
"period",
"form",
"filed",
"accession_number"
],
"type": "object"
},
"key": {
"type": "string"
},
"label": {
"type": "string"
},
"quarterly": {
"additionalProperties": false,
"properties": {
"accession_number": {
"type": "string"
},
"filed": {
"format": "date",
"type": "string"
},
"form": {
"type": "string"
},
"period": {
"additionalProperties": false,
"properties": {
"end": {
"format": "date",
"type": "string"
},
"start": {
"format": "date",
"type": "string"
}
},
"required": [
"end"
],
"type": "object"
},
"unit": {
"type": "string"
},
"value": {
"type": "number"
}
},
"required": [
"value",
"unit",
"period",
"form",
"filed",
"accession_number"
],
"type": "object"
}
},
"required": [
"key",
"label"
],
"type": "object"
},
"type": "array"
},
"note": {
"type": "string"
},
"ticker": {
"type": "string"
}
},
"required": [
"ticker",
"metrics"
],
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}