{
  "x402Version": 2,
  "id": 4929,
  "slug": "4929",
  "resource": "https://x402.donnyautomation.com/edgar/events",
  "description": "Form 8-K material events for one issuer SINCE a cursor, each item code decoded to the title SEC prints (2.02 Results of Operations, 5.02 Departure of Directors, 1.05 Cybersecurity Incidents). Requires ?since=YYYY-MM-DD AND ?ticker= or ?cik=. Optional ?items=1.01,5.02 (matches ANY), ?limit=1..200. Errors: 400 missing_since|missing_issuer|bad_items, 404 unknown_ticker|unknown_cik, 502 edgar_unavailable, 503 rate_limited_locally. AN EMPTY DELTA IS CHARGED. Every form: /edgar/filings.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x2740651e046c59aB2A6510401140643292d3a96F",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "50000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "method": "GET",
          "queryParams": {
            "since": "2026-01-01",
            "ticker": "TSLA"
          },
          "type": "http"
        },
        "output": {
          "example": {
            "attribution": "Source: U.S. Securities and Exchange Commission EDGAR. US Government public-domain records, read live at call time.",
            "changed": true,
            "count": 1,
            "endpoint": "/edgar/events",
            "events": [
              {
                "accessionNumber": "0001628280-26-000000",
                "filingDate": "2026-07-23",
                "filingIndexUrl": "https://www.sec.gov/Archives/edgar/data/1318605/000162828026000000/0001628280-26-000000-index.htm",
                "form": "8-K",
                "itemCodes": "2.02,9.01",
                "items": [
                  {
                    "code": "2.02",
                    "title": "Results of Operations and Financial Condition",
                    "titleSource": "sec-filing-index"
                  },
                  {
                    "code": "9.01",
                    "title": "Financial Statements and Exhibits",
                    "titleSource": "sec-filing-index"
                  }
                ]
              }
            ],
            "issuer": {
              "cik": "0001318605",
              "exchanges": [
                "Nasdaq"
              ],
              "name": "Tesla, Inc.",
              "ticker": "TSLA"
            },
            "itemTitleSource": "Read from SEC-rendered EDGAR filing-index pages",
            "nextSince": "2026-07-23",
            "since": "2026-01-01",
            "unknownItemCodes": []
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "method": {
                "enum": [
                  "GET"
                ],
                "type": "string"
              },
              "queryParams": {
                "properties": {
                  "cik": {
                    "description": "SEC Central Index Key, 1 to 10 digits (e.g. 1318605). Alternative to ticker; supplying either one is enough.",
                    "type": "string"
                  },
                  "items": {
                    "description": "Comma separated 8K item codes to filter on, e.g. 1.01,5.02,2.06. A filing matches if it carries ANY of them. Malformed codes return 400 bad_items rather than being ignored.",
                    "type": "string"
                  },
                  "limit": {
                    "description": "Maximum events returned, 1 to 200 (default 50). matched and truncated are reported so a cut-off delta is visible.",
                    "type": "string"
                  },
                  "since": {
                    "description": "ISO date YYYY-MM-DD. INCLUSIVE cursor: events filed on this date are returned. Required — this endpoint returns a delta, not a dump.",
                    "type": "string"
                  },
                  "ticker": {
                    "description": "Exchange ticker, e.g. TSLA. Resolved through SEC company_tickers.json. Send cik instead when you have it. If both are sent, cik wins.",
                    "type": "string"
                  }
                },
                "required": [
                  "ticker",
                  "since"
                ],
                "type": "object"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "x402.donnyautomation.com",
  "lastUpdated": "2026-09-02T03:25:15.893Z",
  "quality": {
    "calls30d": 2,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-02T03:25:15.6Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "x402.donnyautomation.com",
    "manifest_name": "x402.donnyautomation.com",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}