sec_feed_executives
Who are the current executives and directors of US public companies, as attested to the SEC? Bulk feed over Section 16 filings (Forms 3/4/5): one row per (issuer, person) with officer/director flags and free-text title from the pair's most recent filing, ticker/CIK joined. Newest-first, cursor-paginated up to 1000/page, filterable by role, ticker, title fragment, person state, issuer CIK, or since. The filed roster, not scraped bios. Observational public records, never an assessment. [price: $0.05/row]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cik | No | Issuer SEC CIK (numeric) — one company's full roster. | |
| role | No | officer | director | any. Default any (a row can be both). | |
| limit | No | Rows per page (default 500, cap 1000). | |
| since | No | Only pairs whose most recent filing is on or after this date (YYYY-MM-DD). | |
| state | No | Reporting person's state code(s), CSV. | |
| title | No | Officer-title fragment (ilike), e.g. Chief Financial, CEO, Legal. | |
| cursor | No | Opaque page cursor — pass the previous page's next_cursor unchanged. | |
| ticker | No | Issuer ticker(s), CSV. |