3d5897270d8a
Insider transactions chart
Returns monthly aggregated insider transaction data for charting. Non-derivative transactions only. Transactions are deduplicated across co-owners — each physical trade counted 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
Filter transactions on or after this date (YYYY-MM-DD)
Filter transactions on or before this date (YYYY-MM-DD)
Response
Series-oriented chart data with continuous monthly periods (no gaps)
Example response
{
"periods": [
"2024-10",
"2024-11",
"2024-12",
"2025-01"
],
"series": [
{
"name": "Acquired",
"data": [
316934,
0,
0,
50000
]
}
],
"counts": [
{
"name": "Acquired",
"data": [
4,
0,
0,
2
]
}
]
}