sec-insider-events
SEC insider trading data as clean economic events — Form 4 open-market buys/sells, Form 144 sale notices, and 13D/G activist stakes from EDGAR.
От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение
Что умеет
- Search Insider Events: Search interpreted insider-trading events from SEC Form 4 filings. Each event classifies raw filing rows into economic meaning (OPEN_MARKET_BUY vs EQUITY_AWARD vs TAX_WITHHOLDIN
- Get Company Timeline: Get one merged, time-ordered feed of SEC insider activity for a company: Form 4 events, Schedule 13D/13G stake filings, and Form 144 sale notices, distinguished by the source_for
- Get Activist Stakes: Get Schedule 13D/13G beneficial-ownership filings (activist and 5%+ large-holder stakes) for one company - ticker is required. Returns one row per filing with filer names and the
Какие данные видит
Нужен ли аккаунт
Не нужен: сервер работает без входа
SEC insider trading data as clean economic events — Form 4 open-market buys/sells, Form 144 sale notices, and 13D/G activist stakes from EDGAR. Noise-filtered (equity awards, tax withholding, 10b5-1 excluded from buy/sell signals), with insider roles, values, and known_at timestamps. Free, 24h-delayed.
Список инструментов сервера (4)
Технические названия из tools/list. Нужны только разработчикам.
| search_insider_events | Search interpreted insider-trading events from SEC Form 4 filings. Each event classifies raw filing rows into economic meaning (OPEN_MARKET_BUY vs EQUITY_AWARD vs TAX_WITHHOLDING_ONLY etc.), separating discretionary trades from compensation noise. Supports filtering by ticker, event type, minimum USD value, and time, with cursor pagination. Form 4 only - for 13D/G stakes or Form 144 sale notices use get_activist_stakes, get_sale_notices, or get_company_timeline. Data delayed 24 hours (known_at); history ~1 month; no price-derived fields. |
| get_company_timeline | Get one merged, time-ordered feed of SEC insider activity for a company: Form 4 events, Schedule 13D/13G stake filings, and Form 144 sale notices, distinguished by the source_form field (form4 | sc13 | form144). The limit applies after merging, so companies with heavy Form 4 activity can crowd out 13D/G and 144 rows - use the dedicated tools for those. Unknown tickers fail with an error (404). Data delayed 24 hours (known_at); no price-derived fields. |
| get_activist_stakes | Get Schedule 13D/13G beneficial-ownership filings (activist and 5%+ large-holder stakes) for one company - ticker is required. Returns one row per filing with filer names and the maximum reported percent of class; detailed item narrative text is not included. event_revision is always null for these forms (a fact of the form, not missing data). Data delayed 24 hours (known_at); recent filings only. |
| get_sale_notices | Get Form 144 notices of proposed insider sales for one company - ticker is required. shares_to_sell and aggregate_market_value are as-filed intentions announced before the sale, not executed trades - the matching Form 4 sale, if any, typically follows about a day later. event_revision is always null for this form. Data delayed 24 hours (known_at); recent filings only. |