API Documentation
⌘K
API Key
Get free key GET
/api/1/equity/insider-trades/{identifier}Insider Trades API
Returns insider trading activity for the given ISIN
Parameters
1identifierstringrequiredSecurity identifier: ISIN, ticker, CUSIP, SEDOL, or WKN (e.g. US0378331005, AAPL)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/equity/insider-trades/US0378331005' \
-H 'Accept: application/json'200 Response
[
{
"name": "John Doe",
"relationship": "CEO",
"transaction": "Buy",
"security": "Common Stock",
"price": 150.25,
"shares": 1000,
"volume": 150250,
"transactionDate": "2023-12-15T00:00:00.000Z",
"announcementDate": "2023-12-16T00:00:00.000Z",
"source": "SEC"
}
]