Live SEC API use case

Company Filings API

A company filings API workflow for teams that need issuer-specific SEC filing metadata, profile context, and filing feeds without scraping EDGAR company pages.

GET /v1/sec/company/AAPL/filings?limit=25
{
  "data": [
    {
      "ticker": "AAPL",
      "companyName": "Apple Inc.",
      "form": "10-Q",
      "eventType": "quarterly_report",
      "filedAt": "2026-07-02",
      "accessionNo": "0000320193-26-000001"
    }
  ],
  "meta": { "count": 1, "identifier": "AAPL" }
}

Workflow Fit

This page shows how the implemented SEC endpoints fit common buyer workflows, examples, and pricing tiers.

Use Case FAQ

Can the company filings API use either ticker or CIK?

Yes. The endpoint accepts a ticker symbol or 10-digit CIK for company-specific filing feeds.

Does this replace full EDGAR document downloads?

No. It returns normalized public filing metadata for automation workflows, not full filing text or exhibits.

Data infrastructure only. SEC Event Intelligence returns public filing data and does not provide investment advice, recommendations, ratings, or personalized financial guidance.