v5

latestOpenAPI 3.1.0Proprietary2026-08-031,5423,1505.5 MB
SEC EDGAR

Day-level SEC filing activity summary

Form-code counts for filings filed on the given date. Useful as a lightweight overview before drilling into /daily-index/by-form with a specific form filter. Reads the same parsed master.idx blob as /daily-index/by-form so it's cache-warm with that endpoint.

get/api/v1/sec/edgar/daily-index/summary

Query parameters

datestring nullable

Summary date (YYYY-MM-DD). Defaults to latest completed manifest snapshot.

Summary date (YYYY-MM-DD). Defaults to latest completed manifest snapshot.

Response

Daily summary payload.

Example response

{
  "data": {
    "date": "2026-05-19",
    "total_filings": 6824,
    "counts_by_form": {
      "4": 3245,
      "8-K": 412,
      "SC 13G": 18
    },
    "high_value_form_counts": {
      "3": 120,
      "4": 3245,
      "25-NSE": 4,
      "4/A": 87,
      "8-K": 412,
      "SC 13G": 18
    }
  },
  "meta": {
    "endpoint": "/api/v1/fred/us/cpi",
    "data_time": "2026-04-16T14:30:00Z",
    "response_time": "2026-04-16T14:30:12Z",
    "provider": "Sugra API v1.0.1",
    "source": "sugra_crypto",
    "attribution": "Short interest and Reg SHO daily short volume data is owned by and sourced from FINRA (Financial Industry Regulatory Authority).",
    "fallback_chain": [
      "sugra_crypto",
      "sugra_finance"
    ]
  }
}