get_insider_directory
Find SEC Form 4 insiders alphabetically by surname, get per-letter counts and paginated insider lists. Filter by one letter or retrieve the full A-Z rail with totals.
Instructions
Browse insiders alphabetically by surname. Returns the A-Z rail with a count per letter, plus one page of insiders under the
requested letter. Omit letter to get the rail and totals with no rows.
Names come from EDGAR surname-first ("HENNEMAN JOHN B III"), so alphabetical order is order by surname. Casing in the source is inconsistent and is not normalised here.
This lists only insiders with at least 3 non-superseded transactions, capped at the
5,000 most active — the same set as the insiders sitemap shard, so the two cannot
drift. To find someone outside that set, use GET /v1/insiders?name= which searches
every filer. Rebuilt daily; refreshedAt reports when. Not plan-gated.
One row per FILER GROUP. A fund group files a single Form 4 listing several
reporting owners — the fund, its GP, its management company — and each is a real
EDGAR filer with its own CIK. Listing all of them spent about 11% of this capped
surface describing the same actors more than once, so browse shows one per group
and filerGroupSize says how many others share those exact transactions. The
others are not hidden: each keeps its own profile and is still returned by
GET /v1/insiders?name=.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number within the letter. Defaults to 1. | |
| letter | No | Single letter A-Z to list, or "#" for names that do not begin with a letter. Omit to get the A-Z rail and totals without any rows. | |
| per_page | No | Rows per page. Defaults to 200, maximum 500. |