Equities
Get insider trades for symbol
get/equity/{symbol}/insider-trades
Path parameters
symbolstring nullable required
Response
Successful Response
Example response
{
"data": [
{
"ticker": "AAPL",
"tradeDate": "2024-10-25",
"insiderName": "CHRIS KONDO",
"insiderCIK": "0000320193",
"action": "Sell",
"volume": 3985,
"price": 233.85,
"value": 900000
}
],
"message": "success"
}Changes
No recorded changes to this endpoint across all 1 revision of this API.