FilingWire
Get an API key
Playground

Run a real query. Read the real response.

Request
curl https://filingwire.io/risks/v1/events?page_size=3 \
  -H "X-API-Key: $FILINGWIRE_KEY"
Response 200 OK . 2,780 matching records
{
  "items": [
    {
      "accession_number": "0000824142-26-000059",
      "cik": "0000824142",
      "entity_name": "AAON, INC.",
      "filed_at": "2026-08-28T00:00:00Z",
      "item_codes": [
        "7.01",
        "8.01"
      ],
      "event_type": "other",
      "severity": "low",
      "is_abrupt": null,
      "affected_role": null,
      "summary": "AAON, Inc. announced on August 21, 2026, that it will operate under the trade name The Aaon Group, reflecting its evolution into a multi-brand organization with operating brands AAON and BASX.",
      "confidence": 0.95,
      "source_url": "https://www.sec.gov/Archives/edgar/data/824142/000082414226000059/0000824142-26-000059-index.htm",
      "tickers": [
        "AAON"
      ],
      "exchanges": [
        "Nasdaq"
      ],
      "event_date": "2026-08-21",
      "disclosure_lag_days": 7,
      "accepted_at_et": "2026-08-28T11:13:25",
      "filed_after_hours": false,
      "sic": "3585",
      "sic_description": "AIR COND & WARM AIR HEATING EQUIP & COMM & INDL REFRIG EQUIP",
      "sector": "Technology"
    },
    {
      "accession_number": "0001193125-26-373180",
      "cik": "0001772918",
      "entity_name": "ADAMS STREET CREDIT SOLUTIONS FUND",
      "filed_at": "2026-08-28T00:00:00Z",
      "item_codes": [
        "3.02",
        "8.01"
      ],
      "event_type": "other",
      "severity": "low",
      "is_abrupt": null,
      "affected_role": null,
      "summary": "Fund sold 83,485.841 Class I shares for $1.7M at NAV of $20.17 per share as of July 31, 2026. Declared monthly distribution of $0.15 per share payable September 9, 2026.",
      "confidence": 0.95,
      "source_url": "https://www.sec.gov/Archives/edgar/data/1772918/000119312526373180/0001193125-26-373180-index.htm",
      "tickers": [],
      "exchanges": [],
      "event_date": "2026-08-24",
      "disclosure_lag_days": 4,
      "accepted_at_et": "2026-08-28T12:12:13",
      "filed_after_hours": false,
      "sic": null,
      "sic_description": null,
      "sector": null
    },
    {
      "accession_number": "0001493152-26-040647",
      "cik": "0001674440",
      "entity_name": "AIRWA INC.",
      "filed_at": "2026-08-28T00:00:00Z",
      "item_codes": [
        "3.01",
        "7.01",
        "9.01"
      ],
      "event_type": "delisting_risk",
      "severity": "high",
      "is_abrupt": null,
      "affected_role": null,
      "summary": "AiRWA Inc. received notice from Nasdaq on August 24, 2026 of failure to file Form 10-K for period ended April 30, 2026, violating Nasdaq Listing Rule 5250(c)(1).",
      "confidence": 0.95,
      "source_url": "https://www.sec.gov/Archives/edgar/data/1674440/000149315226040647/0001493152-26-040647-index.htm",
      "tickers": [
        "YYAI"
      ],
      "exchanges": [
        "Nasdaq"
      ],
      "event_date": "2026-08-24",
      "disclosure_lag_days": 4,
      "accepted_at_et": "2026-08-28T17:10:17",
      "filed_after_hours": true,
      "sic": "7370",
      "sic_description": "SERVICES-COMPUTER PROGRAMMING, DATA PROCESSING, ETC.",
      "sector": "Technology"
    }
  ],
  "page": 1,
  "page_size": 3,
  "returned": 3,
  "total": 2780,
  "has_more": true
}

Every request below is sent from your browser to the live API and answered by the same endpoint a paying caller hits. The key embedded in this page is a free-tier key, so what you see here is exactly what the free tier returns.

What you are looking at

item_codes

The SEC item numbers from the filing's own submission header. These decide event_type on about 95 percent of records, with no model involved.

summary

Written by a model from the filing text and capped at 240 characters. It quotes the filing, so an Item 5.02 summary can name the executive the filing names. It is the only free text we keep.

severity

Model-assigned triage, not a deterministic field and not advice. Use it to rank what to read first.

source_url

The filing on sec.gov. Every record carries one, on every tier, so any field here can be checked against the original.

Your own key

The same call, from your own code, in about a minute.

A free key covers both products with 1,000 requests a month and no card.

Get a free key