Insider Trades (by ticker)
Form 4 insider buys and sells — who, how many shares, at what price, and when.
name, title, is_board_director), the trade (transaction_date, transaction_code, transaction_type, transaction_shares, transaction_price_per_share, transaction_value), the resulting position (shares_owned_before_transaction, shares_owned_after_transaction) and the filing (form_type, filing_date, security_title). ticker is required. Filter with name or transaction_type, and bound by filing date with filing_date, filing_date_gte, filing_date_lte, filing_date_gt or filing_date_lt. Use it for who inside the company bought or sold and when.Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The ticker symbol of the company.
The maximum number of transactions to return (default: 10).
Filter by insider name (e.g., 'Jen Hsun Huang'). Use the /insider-trades/names endpoint to get available names for a ticker.
Filter by transaction type (e.g., 'Open market sale', 'Gift'). Use the /insider-trades/transaction-types endpoint to get available types.
Filter by exact filing date in YYYY-MM-DD format.
Filter by filing date greater than or equal to this date (YYYY-MM-DD).
Filter by filing date less than or equal to this date (YYYY-MM-DD).
Filter by filing date greater than this date (YYYY-MM-DD).
Filter by filing date less than this date (YYYY-MM-DD).
Response
Insider trades response