Workflow guide
Company Filings API
A guide for buyers searching for a company filings API, company filing examples, and SEC company lookup before building an internal research or compliance workflow.
GET /v1/sec/company/AAPL/profile
{
"data": [
{
"changeType": "material_event",
"observedAt": "2026-07-02T17:23:22+00:00",
"filing": {
"ticker": "MSFT",
"form": "8-K",
"eventType": "current_report",
"filedAt": "2026-07-02"
}
}
],
"meta": { "count": 1 }
}
Use SEC Event Intelligence When
The buyer workflow needs a stable API response for polling, filtering, and downstream automation.
- Resolving company names, tickers, and CIKs before polling filing feeds.
- Monitoring selected issuers for new filings and filing summaries.
- Powering spreadsheets, dashboards, alerts, and workflow automations with company filing metadata.
Use The Alternative When
A simpler public source, raw document workflow, or human-readable alert fits the job better.
- Financial statement modeling that depends on standardized company facts.
- Global filings coverage beyond the current SEC-focused product surface.
- Document-heavy research where analysts need full filing text and exhibits first.