Software fabrication
Monitors SEC EDGAR for new filings by company (ticker or CIK), form type (8-K, 10-K, 10-Q, Form 4, S-1, 13F...), or full-text phrase, and returns each filing exactly once as one clean JSON record. Built on the SEC's official public APIs: no API key, no login, no scraping fragility. Runs on Apify: schedule it, wire an alert, or let an AI agent call it as an MCP tool.
| Source | SEC EDGAR official APIs (data.sec.gov, efts.sec.gov), within SEC fair-access limits |
|---|---|
| Watch by | Tickers, CIK numbers, form types, or a full-text phrase (2001+); combinable |
| Delivery | Named monitor with exactly-once delivery state; every run returns only new filings |
| Price | $5 per 1,000 filings returned ($0.005 each). Empty runs are free. No subscription. |
| Output | Stable JSON schema; every field always present, null over missing. CSV/Excel export. |
| Freshness | EDGAR publishes within minutes; this polls on your schedule, not sub-minute push |
| Agents | Callable as an MCP tool via mcp.apify.com; stable schemas, no EDGAR knowledge needed |
{
"accessionNumber": "0001193125-26-258667",
"cik": "789019",
"companyName": "MICROSOFT CORP",
"ticker": "MSFT",
"form": "8-K",
"filingDate": "2026-06-05",
"reportDate": "2026-06-02",
"acceptanceDateTime": "2026-06-05T14:36:56.000Z",
"items": ["5.02"],
"description": "8-K",
"filingUrl": "https://www.sec.gov/Archives/edgar/data/789019/.../index.htm",
"primaryDocUrl": "https://www.sec.gov/Archives/edgar/data/789019/.../d26760d8k.htm",
"source": "sec-edgar",
"asOf": "2026-07-12T08:04:23.447Z"
}| Daily 8-K monitor on five tickers (~1-2 filings/day) | ~$0.20-0.30 / month |
| One company's quarter (~10 filings) | $0.05 |
| Baseline run on a few companies (~100 filings) | $0.50 |
| Large backfill (1,000 filings) | $5.00 |