Look up US company data from SEC EDGAR. Accepts CIK number, ticker symbol, or fu...
https://api.strale.io/x402/v2/us-company-dataOverview
Look up US company data from SEC EDGAR. Accepts CIK number, ticker symbol, or fuzzy company name. Returns company name, CIK, SIC code, state, filings summary.
Protocol
x402
Price
$0.05
Payment Asset
USD Coin
Payment Network
eip155:8453
Category
uncategorized
Provider
strale
Source
bazaar
Indexed
2026-09-09 22:13:19
Health
Status
healthy
Latency (p50)
519ms
Uptime (30d)
100.0%
Reliability Score
82/100
Last Checked
2026-09-10 06:26:06
Last Healthy
2026-09-10 06:26:06
Consecutive Failures
0
x402 Payment Validation
Payment Requirements
Valid
Asset Verified
Known USDC
Facilitator
—
Input Schema
{
"discoverable": true,
"method": "GET",
"queryParams": {
"allow_low_confidence": {
"description": "If true, return the best-effort match even when the name could not be confidently resolved (match_confidence \"low\"). Default false — a low-confidence name lookup errors instead of returning a possibly-wrong company identity, so it can't silently feed downstream screening. Only relevant to the LLM+full-text-search fallback path; exact CIK/ticker/title-map resolutions are always match_confidence \"exact\" and are never gated by this flag.",
"type": "boolean"
},
"cik": {
"description": "SEC CIK number. Alternate to 'company' — same resolution rules apply.",
"type": "string"
},
"company": {
"description": "CIK number, ticker symbol, or company name. Resolution order: exact CIK match, then exact ticker match, then exact company-name match (both via the SEC ticker/title map — no LLM call), then a best-effort LLM name extraction + SEC full-text filing search as a last resort (gated by match_confidence / allow_low_confidence below).",
"type": "string"
},
"company_name": {
"description": "US company name. Alternate to 'company' — same resolution rules apply.",
"type": "string"
},
"ticker": {
"description": "Stock ticker symbol. Alternate to 'company' — same resolution rules apply.",
"type": "string"
}
},
"type": "http"
}
Output Schema
{
"cik": {
"type": "string"
},
"company_name": {
"type": "string"
},
"fiscal_year_end": {
"type": "string"
},
"is_exact_match": {
"description": "True only when the resolved company name matches the queried name after normalization (or a CIK was supplied directly)",
"type": "boolean"
},
"match_confidence": {
"description": "Confidence that the returned entity is the one asked for. \"low\" means the name search may have matched a different filer that merely mentions the name",
"enum": [
"exact",
"high",
"low"
],
"type": "string"
},
"searched_name": {
"description": "The company name that was resolved and searched; null when a CIK was supplied directly",
"type": [
"string",
"null"
]
},
"sic_code": {
"type": "string"
},
"state": {
"type": "string"
},
"status": {
"type": [
"string",
"null"
]
},
"vat_number": {
"type": [
"string",
"null"
]
}
}
Recent Health Checks
| Time | Status | HTTP | Latency | Error |
|---|---|---|---|---|
| 2026-09-10 06:26:06 | healthy | 402 | 519ms |