Guides
Working tutorials. Each one shows a concrete task — track insider buying, detect cluster patterns, set up webhooks — with copy-paste code you can run today.
- How to track insider buying programmatically (SEC Form 4)Pull every open-market insider purchase for any ticker using the EdgarKit API. Filter by dollar value, role, and date to surface the signals that matter.
- How to monitor 8-K filings in real timePoll or subscribe via webhook to 8-K filings for specific tickers. Filter to item numbers that matter: executive changes, earnings releases, and material agreements.
- How to set up SEC filing webhooks (real-time push notifications)Register a webhook with EdgarKit to receive SEC filings the moment they're accepted. Covers endpoint creation, HMAC SHA-256 signature verification, and retry handling.
- How to parse Form 4 XML (with code examples)Walk through the SEC Form 4 XML schema, parse it with Python, then see how EdgarKit's pre-parsed JSON saves the same work in one API call.