Virtual Constructs

Software fabrication

Doc. no.
VC-001
Rev.
A
Sheet
2 of 4

SEC Filing Monitor API

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.

Run it on Apify Setup guide vs. sec-api.io

Specification

SourceSEC EDGAR official APIs (data.sec.gov, efts.sec.gov), within SEC fair-access limits
Watch byTickers, CIK numbers, form types, or a full-text phrase (2001+); combinable
DeliveryNamed 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.
OutputStable JSON schema; every field always present, null over missing. CSV/Excel export.
FreshnessEDGAR publishes within minutes; this polls on your schedule, not sub-minute push
AgentsCallable as an MCP tool via mcp.apify.com; stable schemas, no EDGAR knowledge needed

Output · one record per filing

{
  "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"
}

Worked costs

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

Limits, stated plainly

  • The data source is the SEC's own free API. You could call EDGAR yourself; what you pay for is the managed monitor: delivery state, cursors, ticker resolution, pagination, rate-limit etiquette, and one stable schema over EDGAR's two differently-shaped APIs.
  • Metadata and links, not filing bodies. It tells you a filing exists and links to it; it does not parse financial statements or XBRL.
  • Watchlist depth is EDGAR's recent window (~1,000 filings per company); full-text search covers 2001 onward.
  • Filers without a listed ticker (funds, insiders) are watched by CIK.
Contact To be assigned
Scale1:1
Unitsbits
Date2026-08-11
Rev.A