Company
Insider Trading
Get Insider Trading Data
Fetches insider trading data for a specific company stock symbol.
get/insider-trading/{symbol}
Path parameters
symbolstring required
The stock symbol of the company (e.g., AAPL).
Query parameters
pageinteger
The page number for pagination.
limitinteger
The maximum number of records to return (e.g., 100).
Response
Successful response with an array of insider trading records.
Example response
[
{
"symbol": "AAPL",
"filing-date": "2025-04-17 18:32:02",
"transaction-date": "2025-04-15",
"reporting-cik": "0002050912",
"transaction-type": "M-Exempt",
"securities-owned": 25553,
"company-cik": "0000320193",
"reporting-name": "Parekh Kevan",
"type-of-owner": "officer: Senior Vice President, CFO",
"acquistion-or-disposition": "D",
"form-type": "4",
"securities-transacted": 5111,
"security-name": "Restricted Stock Unit",
"link": "https://www.sec.gov/Archives/edgar/data/320193/000032019325000049/0000320193-25-000049-index.htm"
}
]