Signal Type API
SEC Filing API
Structured 10-K, 10-Q & 8-K Data
AI-parsed SEC filings with 70+ subtypes. Get actionable summaries, financial highlights, and event classifications - not raw EDGAR XML.
What you get
Every SEC filing is processed through our AI pipeline that extracts structured data, generates plain-language summaries, and classifies events into actionable categories.
70+ Filing Subtypes
10-K, 10-Q, 8-K, S-1, DEF 14A, and more - each with type-specific parsing.
AI Summaries
Plain-language summaries of revenue changes, risk factors, M&A events, and executive changes.
Financial Highlights
Key metrics extracted: revenue, margins, EPS, guidance, segment breakdowns.
Event Classification
8-K events tagged: earnings, leadership changes, acquisitions, material agreements.
4,500 Public Companies
Full coverage of US-listed companies. Weekly refresh from EDGAR.
Historical Depth
Multiple years of filing history per company for trend analysis.
Example Request
curl -X GET \
'https://signals.autobound.ai/v1/companies/enrich?domain=apple.com' \
-H 'X-API-KEY: your_api_key'Response
{
"domain": "apple.com",
"company": "Apple Inc.",
"signals": [
{
"type": "sec_filing",
"subtype": "10-K Annual Report",
"filed_date": "2025-11-01",
"summary": "Revenue increased 5% YoY to $391B driven by Services growth (+14%). Gross margin expanded to 46.6%. R&D spending rose 8% to $31.4B.",
"highlights": [
"Services revenue hit $96B (24% of total)",
"iPhone revenue flat at $201B",
"Share buybacks totaled $77B"
],
"filing_url": "https://sec.gov/cgi-bin/..."
},
{
"type": "sec_filing",
"subtype": "8-K Current Report",
"filed_date": "2025-10-30",
"summary": "Q4 2025 earnings release. EPS of $1.64 beat consensus by $0.06.",
"event_type": "earnings_release"
}
]
}Get structured SEC data today
Stop parsing EDGAR XML. Get AI-enriched filing data with a single API call.