edgar_monitor
Retrieve the latest SEC filings from today's live feed. Filter by form type to track earnings, insider trades, or corporate events.
Instructions
Use this to see what was just filed with the SEC. Returns the latest filings from today's live feed, updated every few minutes. Filter by form type to track specific events.
Examples:
All latest: (no parameters)
Today's 8-Ks: form="8-K"
Insider trades: form="4"
Latest 10-Ks: form="10-K"
More results: limit=50
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| form | No | Filter by form type (e.g., '8-K', '4', '10-K', '10-Q', '13F-HR') | |
| limit | No | Max filings to return (default 20, max 100) |