SEC company identity by ticker — CIK, SIC, exchanges, fiscal year end and former
SEC company identity by ticker — CIK, SIC, exchanges, fiscal year end and former names from official EDGAR data.
Answeringour last check, 2026-09-24
1 of 1checks answered this week
626 msmedian answer time
$0.005listed price per call
$0.005price 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/company/: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.005 | 626 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": {
"company": {
"additionalProperties": false,
"properties": {
"cik": {
"type": "integer"
},
"entity_type": {
"type": "string"
},
"exchanges": {
"items": {
"type": "string"
},
"type": "array"
},
"fiscal_year_end": {
"type": "string"
},
"former_names": {
"items": {
"additionalProperties": false,
"properties": {
"from": {
"format": "date",
"type": "string"
},
"name": {
"type": "string"
},
"to": {
"format": "date",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"name": {
"type": "string"
},
"sic": {
"type": "string"
},
"sic_description": {
"type": "string"
},
"ticker": {
"type": "string"
},
"tickers": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"ticker",
"cik",
"name",
"exchanges",
"tickers",
"former_names"
],
"type": "object"
},
"note": {
"type": "string"
}
},
"type": "object"
},
"type": {
"type": "string"
}
},
"required": [
"type"
],
"type": "object"
}
},
"required": [
"input"
],
"type": "object"
}