v1

latestOpenAPI 3.0.32026-07-226744340.8 KB
Filings

Material events (8-K)

Dated 8-K material corporate events (M&A, material agreements, executive changes, bankruptcies, delistings, impairments) extracted from 8-K bodies, with counterparties resolved into the entity spine. Requires a plan with SEC filings access (can_use_filings) — the Corporate & Supply Chain plan and above.

get/api/v2/filings/events

Query parameters

date_startstring

Window start YYYY-MM-DD (≤30-day window).

date_endstring

Window end YYYY-MM-DD.

datestring

Anchor date YYYY-MM-DD (use with days).

daysinteger

Trailing N-day window (1–30, default 30).

cikstring

One or more CIK numbers (comma-separated).

event_type'acquisition' | 'disposition' | 'material_agreement' | 'executive_change' | 'results' | 'guidance' | 'restructuring' | 'impairment' | 'delisting' | 'bankruptcy' | 'other'

Filter to one classified event type. Full set: acquisition | disposition | material_agreement | executive_change | results | guidance | restructuring | impairment | delisting | bankruptcy | other. Matched exactly; omit for all.

searchstring

Case-insensitive substring match on the event headline.

limitinteger

Rows per page (1–200, default 50).

cursorstring

Pagination cursor (opaque offset).

Response

A page of 8-K material events, most recent first. Each row: event_uid, cik, company_name, accession_no, item_code, event_type, headline, counterparties (names mentioned in the disclosure), amount_text (deal/transaction value as disclosed, when present), resolved_entity_ids (counterparties resolved into the entity spine), confidence, event_date. Standard envelope: { success, data, pagination, applied_filters }.

successboolean