ToolAssay

8-K corporate events classified by item number with extractive summaries — Mater

8-K corporate events classified by item number with extractive summaries — Material corporate events from SEC 8-K filings, deterministically classified by Item number (5.02 → leadership_change, 2.02 → results, 1.01 → material_agreement, …) with a two-sentence extractive summary and the filing URL. Filter by ticker, event type, or date.

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
$0.02listed price per call
n/aprice it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

GET https://x402-factory.com/v1/edgar/events

CategoryEverything else
Provider hostx402-factory.com
Networkseip155:8453
Payment schemesexact
Self-reported calls, 30 days2 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {},
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "enum": [
            "GET"
          ],
          "type": "string"
        },
        "queryParams": {
          "properties": {
            "limit": {
              "default": 20,
              "maximum": 50,
              "minimum": 1,
              "type": "integer"
            },
            "since": {
              "description": "Only events filed on/after this date",
              "format": "date",
              "pattern": "^(?:(?:\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-(?:(?:0[13578]|1[02])-(?:0[1-9]|[12]\\d|3[01])|(?:0[469]|11)-(?:0[1-9]|[12]\\d|30)|(?:02)-(?:0[1-9]|1\\d|2[0-8])))$",
              "type": "string"
            },
            "ticker": {
              "maxLength": 6,
              "minLength": 1,
              "pattern": "^[A-Za-z][A-Za-z.-]*$",
              "type": "string"
            },
            "type": {
              "enum": [
                "acquisition_disposition",
                "agreement_termination",
                "auditor_change",
                "bankruptcy",
                "charter_amendment",
                "code_of_ethics",
                "control_change",
                "debt_acceleration",
                "debt_obligation",
                "delisting_notice",
                "exhibits",
                "impairment",
                "leadership_change",
                "material_agreement",
                "non_reliance",
                "other_events",
                "reg_fd",
                "restructuring",
                "results",
                "security_holder_rights",
                "shareholder_vote",
                "unregistered_sales"
              ],
              "type": "string"
            }
          },
          "required": [],
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method"
      ],
      "type": "object"
    }
  },
  "required": [
    "input"
  ],
  "type": "object"
}

This page as JSON