whats_new_since
Return SEC filings that are NEW since a cursor token (your bookmark). Pass the cursor from a prior call to get only filings since then. Filter by form type, ticker, CIK, 8-K item code, and minimum event severity. This is the fresh-filing delta feed's core lock-in primitive. Monitoring/research over public EDGAR data — not investment advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cik | No | ||
| form | No | Form types, e.g. ['8-K','4']. | |
| item | No | 8-K item code, e.g. '5.02'. | |
| limit | No | Max filings to return (default 100). | |
| cursor | No | Opaque cursor from a previous response; omit for first call. | |
| ticker | No | ||
| minEventScore | No | Severity floor 1-10 (material events only). |