List Material Compensation Changes
list_material_changesReturns classified executive-compensation disclosure changes for 1-50 tickers since an inclusive date or timestamp, with configurable thresholds and cursor pagination. Requires OAuth or X-API-KEY and costs 2 credits per page. Current compensation snapshots and full historical rows are not included. The result is filing evidence, not investment advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | Yes | Inclusive ISO date or timestamp from the caller's prior feed run. | |
| cursor | No | Opaque next_cursor from a prior response. Omit for the first page. | |
| tickers | Yes | Ticker symbols to monitor. Pass 1-50 symbols in one request. | |
| page_size | No | Events per page. Omit to use 25; maximum 100. | |
| classification | No | Event classification to return. Omit to return material events only; use all to include informational events. | material |
| threshold_total_pct | No | Material total-compensation change percent. Omit to use 20%. | |
| threshold_component_pct | No | Material compensation-component change percent. Omit to use 30%. |