API Documentation
⌘K
API Key
Get free key GET
/api/1/equity/country-insider-trades/{country}Country Insider Trades API
Returns insider trading activity across all companies in a given country (e.g. DE for Germany/BaFin, US for SEC)
Parameters
2typestringTime range: month, quarter, year (default month)
countrystringrequiredCountry code (e.g. DE, US, GB)
Responses
Was this helpful?
Request
curl -X GET \
'https://api.eulerpool.com/api/1/equity/country-insider-trades/US' \
-H 'Accept: application/json'200 Response
[
{}
]