Form 3/4/5 insider transactions — purchases, sales, and awards by directors, officers, and 10% owners
Documentation Index
Fetch the complete documentation index at: https://docs.ivory.finance/llms.txt
Use this file to discover all available pages before exploring further.
| Code | Meaning |
|---|---|
P | Open-market purchase |
S | Open-market sale |
A | Grant / award (e.g. RSUs, options) |
D | Disposition to the company (e.g. tax withholding) |
F | Payment of exercise price or tax liability using securities |
G | Gift |
M | Exercise or conversion of derivative security |
X | Exercise of in-the-money or at-the-money derivative (expired) |
A = acquired (added to position), D = disposed (removed from position).
transaction_code=S + is_derivative=false to isolate open-market sales of common stock.from_date / to_date with a ticker to detect insider activity around earnings calls or material events.is_derivative=true returns options, warrants, and convertible instruments.Issuer ticker symbol (case-insensitive), e.g. AAPL
Partial match on owner/filer name
Transaction code, e.g. S (sale), P (purchase), A (award)
Filter to derivative (options/warrants) or non-derivative transactions
Earliest transaction date (YYYY-MM-DD)
Latest transaction date (YYYY-MM-DD)
1 <= x <= 1000x >= 0Successful Response