get_recent_filings
Retrieve real-time SEC Form 4 filings, sorted newest first. Filter by ticker to monitor insider transactions.
Instructions
Live feed of the newest SEC Form 4 filings, sorted most-recent-first, optionally filtered to one ticker. New filings typically appear within ~60 seconds of SEC publication. Use this to check "what just happened" rather than get_transactions (built for filtered/historical search across date ranges and codes). Returns per-filing accession number, filed/period-of-report dates, company + insider identity, and transaction count; pass the accession number to get_filing for full detail. Free plan. Paginated, max 100/page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. Defaults to 1. | |
| ticker | No | Filter to one stock ticker, case-insensitive, e.g. NVDA. Omit for the unfiltered market-wide feed. | |
| per_page | No | Results per page. Defaults to 20, maximum 100. |