Live SEC API use case

Apple SEC Filings API

A ticker-specific SEC filings workflow for products that need Apple filing changes as normalized JSON without scraping EDGAR pages or maintaining a separate filing parser.

GET /v1/sec/changes?since=2026-07-01&ticker=AAPL&limit=25
{
  "data": [
    {
      "changeType": "filing",
      "observedAt": "2026-07-03T00:00:00+00:00",
      "filing": {
        "ticker": "AAPL",
        "companyName": "Apple",
        "form": "8-K",
        "eventType": "current_report",
        "filedAt": "2026-07-02"
      }
    }
  ],
  "meta": { "count": 1, "ticker": "AAPL" }
}

Workflow Fit

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

Use Case FAQ

Is this a separate Apple data backend?

No. It uses the live SEC Event Intelligence filing-change endpoint with a ticker filter and the existing SEC ingest.

Does this provide investment recommendations?

No. It returns public SEC filing metadata only and does not provide ratings, signals, or investment advice.

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