v5

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

Daily-index metadata browse (any form type)

Browse SEC EDGAR daily-index master.idx parsed metadata. Returns all filings on a given date matching the optional form code and CIK filters. For B2 v1 high-value forms (Form 4/4-A, 8-K/A, SC 13D/G/A) the rows reflect deep-parse status (parse_attempted, parse_status). For PASSTHROUGH forms (10-K, 6-K, S-1, etc.) the rows carry master-idx metadata only - use form-specific endpoints for deep data. Returns 503 when the master-idx blob is missing for the requested date.

get/api/v1/sec/edgar/daily-index/by-form

Query parameters

formstring nullable

SEC form code filter (e.g. '4', '8-K', 'SC 13G', '10-K'). Case-insensitive. Omit to return all forms on the date.

Example:4

SEC form code filter (e.g. '4', '8-K', 'SC 13G', '10-K'). Case-insensitive. Omit to return all forms on the date.

datestring nullable

Date (YYYY-MM-DD). Defaults to latest date with a master-idx blob.

Date (YYYY-MM-DD). Defaults to latest date with a master-idx blob.

cikstring nullable

Filter by CIK (zero-padded or unpadded). Returns empty list (200) when CIK has no filings on date.

Filter by CIK (zero-padded or unpadded). Returns empty list (200) when CIK has no filings on date.

limitinteger

Page size (1..1000).

Page size (1..1000).

offsetinteger

Pagination offset.

Pagination offset.

Response

Daily-index metadata payload.

Example response

{
  "data": {
    "date": "2026-05-20",
    "form_filter": "4",
    "cik_filter": "0000320193",
    "total_filings_for_form_on_date": 3245,
    "limit": 100,
    "filings": [
      {
        "cik": "0000320193",
        "company_name": "Apple Inc",
        "form": "4",
        "filed_at": "2026-05-19T18:32:00Z",
        "accession": "0001209191-26-031234",
        "primary_doc_url": "https://www.sec.gov/Archives/edgar/data/320193/000120919126031234/wk-form4.xml",
        "filing_index_url": "https://www.sec.gov/Archives/edgar/data/320193/000120919126031234-index.htm",
        "parse_attempted": true,
        "parse_status": "success"
      }
    ]
  },
  "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"
    ]
  }
}