3d5897270d8a
Insider transactions
Returns insider transactions (Form 4/Form 5) for officers and directors. Transactions are deduplicated across co-owners and filings — each physical trade appears once, prioritizing the most senior filer (officer > director > 10% owner).
Excludes trades with price >= $100,000 (SEC data entry errors). Form 5/5A amendments are excluded when a corresponding Form 4/4A exists for the same trade.
Query parameters
Stock ticker symbol. Identify the entity by exactly one of: symbol, cik, cusip, composite_figi, or share_class_figi. At least one is required.
SEC Central Index Key (CIK).
CUSIP identifier (9 characters).
Composite OpenFIGI identifier.
Share-class OpenFIGI identifier.
Transaction filter:
- all — All transactions by officers or directors
- buys — Acquisitions by officers or directors
- sells — Dispositions by officers or directors
- significant — Open-market purchases (P) and sales (S) only
- executives — Officers only (excludes non-officer directors)
- voluntary-sells — Sales not paired with an option exercise in the same filing
Page number (1-indexed)
Number of results per page
Filter transactions on or after this date (YYYY-MM-DD)
Filter transactions on or before this date (YYYY-MM-DD)
Response
Paginated insider transactions
Example response
{
"page": 1,
"pageSize": 50,
"totalPages": 4,
"totalResults": 167,
"data": [
{
"ownerName": "LEVINSON ARTHUR D",
"ownerCik": 1214128,
"isDirector": true,
"documentType": "4",
"securityTitle": "Common Stock",
"transactionDate": "2026-02-26",
"transactionCode": "G",
"shares": 1113,
"acquiredDisposed": "D",
"sharesAfter": 4069576,
"directIndirect": "D",
"accessionNumber": "0001214128-26-000004",
"transactionValue": 245678,
"filingDate": "2026-02-28"
}
]
}