Skip to main content
GET
Get insider trades
Form 4 insider transactions for one stock. Each row carries the person (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

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

ticker
string
required

The ticker symbol of the company.

limit
integer
default:10

The maximum number of transactions to return (default: 10).

name
string

Filter by insider name (e.g., 'Jen Hsun Huang'). Use the /insider-trades/names endpoint to get available names for a ticker.

transaction_type
string

Filter by transaction type (e.g., 'Open market sale', 'Gift'). Use the /insider-trades/transaction-types endpoint to get available types.

filing_date
string<date>

Filter by exact filing date in YYYY-MM-DD format.

filing_date_gte
string<date>

Filter by filing date greater than or equal to this date (YYYY-MM-DD).

filing_date_lte
string<date>

Filter by filing date less than or equal to this date (YYYY-MM-DD).

filing_date_gt
string<date>

Filter by filing date greater than this date (YYYY-MM-DD).

filing_date_lt
string<date>

Filter by filing date less than this date (YYYY-MM-DD).

Response

Insider trades response

insider_trades
object[]