工具 API
get_ insider_ transactions
Fetch SEC Form 4 insider trading transactions -- purchases and sales by company officers, directors, and major shareholders. Returns transaction date, insider name, title, transaction type (P=Purchase, S=Sale), shares, and value. Filter by ticker symbol and/or date range. Each request consumes 10 API calls. Use when the user asks about insider buying/selling activity, executive stock transactions, or Form 4 filings.
finance1 积分
调用信息
- 工具标识
- eodhd.get_insider_transactions
- 服务提供方
- EODHD
- 平均响应
- 0 ms
- 近 7 天调用
- 0
输入参数
start_date'from' in YYYY-MM-DD. Defaults to ~1 year ago by API if omitted.
end_date'to' in YYYY-MM-DD. Defaults to today by API if omitted.
limitNumber of entries to return, 1..1000. Default 100.
symbolFilter by ticker (API param 'code'), e.g. 'AAPL' or 'AAPL.US'.
fmtOnly 'json' is supported by this tool.
api_tokenPer-call token; env token used if omitted.