v1

latestOpenAPI 3.0.1MIT2026-07-263267128.2 KB
Insider Trades

Get insider trades

Get insider trades like buys and sells for a ticker by a company insider.

get/insider-trades

Query parameters

tickerstring required

The ticker symbol of the company.

limitinteger

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

namestring

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

transaction_typestring

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

form_type'4' | '4/A' | '5' | '5/A'

Filter by SEC form type: 4 for trades, 5 for annual statements (or their amendments 4/A, 5/A).

filing_datestring date

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

filing_date_gtestring date

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

filing_date_ltestring date

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

filing_date_gtstring date

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

filing_date_ltstring date

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

Response

Insider trades response