EDGAR API

EDGAR API for Developers

Use direct SEC.gov EDGAR data when raw source access is enough. Use SEC Event Intelligence when a buyer needs normalized JSON, watchlist polling, company lookup, Postman import, OpenAPI, and hosted MCP setup paths.

Raw EDGAR comparison Normalized JSON Company lookup Postman + OpenAPI Python guide
GET /v1/sec/company/AAPL/filings?limit=25
{
  "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 }
}

Choose Raw EDGAR Or Hosted JSON

The right EDGAR API path depends on whether the buyer wants raw filing documents or a maintained integration surface.

Developer Starting Points

These pages map EDGAR-style workflows to live SEC Event Intelligence endpoints.

Company Filings

Fetch issuer filing metadata by ticker or CIK for dashboards and company pages.

Python EDGAR Guide

Use a plain Python HTTP client to compare direct EDGAR access with hosted JSON endpoints.

Raw EDGAR Comparison

Review the decision rule for raw source access versus normalized filing-change polling.

Public filing data only. EDGAR API workflows here retrieve public SEC filing metadata and source links. They do not provide investment advice, recommendations, ratings, or personalized financial guidance.