SEC EDGAR Filings Monitor avatar

SEC EDGAR Filings Monitor

Pricing

from $4.00 / 1,000 results

Go to Apify Store
SEC EDGAR Filings Monitor

SEC EDGAR Filings Monitor

Monitor SEC EDGAR filings by company, form type, and keyword. Returns structured filing records with direct document links. Built on the SEC's free public APIs.

Pricing

from $4.00 / 1,000 results

Rating

0.0

(0)

Developer

Jeremy Boulton

Jeremy Boulton

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Categories

Share

Monitor SEC filings the moment you care about them. Point this Actor at tickers, CIK numbers, form types, or keywords and get back clean, structured filing records with direct links to the documents — ready for spreadsheets, alerts, LLM pipelines, or your own database.

Built on the SEC's official free EDGAR APIs. No credentials, no scraping of third-party sites, no rate-limit games — this Actor identifies itself to the SEC and stays well inside their published fair-access policy.

What it does

  • Company feeds — give it tickers (AAPL, BRK-B) or CIK numbers and it returns those companies' recent filings, filtered by form type and lookback window.
  • Keyword watch — give it phrases ("cybersecurity incident", "material weakness", "going concern") and it runs EDGAR full-text search across all filers (filings since 2001), optionally scoped to your companies and forms.
  • Each record includes: company name, ticker, CIK, form type, filing date, accession number, a link to the filing index page, and a direct link to the primary document.

Common uses

  • Watch your portfolio's 8-Ks and 10-Qs without refreshing EDGAR.
  • Alert on risk language ("material weakness", "restatement", "SEC investigation") across the whole market.
  • Track insider activity (Form 4) or activist stakes (13D/13G) for specific companies.
  • Feed fresh filings into a RAG pipeline or research workflow.

Input

FieldMeaning
companiesTickers and/or CIK numbers. Empty = keyword search across all filers.
formTypese.g. 8-K, 10-K, 10-Q, 4, 13D, S-1. Empty = all forms. Amendments (8-K/A) match their base form.
keywordsPhrases for full-text search. Empty = plain company feeds.
lookbackDaysOnly filings from the last N days (default 30).
maxResultsCap on returned records — this is what you're billed on.

Output

One dataset item per filing:

{
"cik": "0000320193",
"companyName": "Apple Inc.",
"ticker": "AAPL",
"formType": "8-K",
"filedAt": "2026-08-30",
"accessionNumber": "0000320193-26-000010",
"filingIndexUrl": "https://www.sec.gov/Archives/edgar/data/320193/000032019326000010/0000320193-26-000010-index.htm",
"primaryDocumentUrl": "https://www.sec.gov/Archives/edgar/data/320193/000032019326000010/a8k.htm",
"matchedKeyword": null
}

Pricing

Pay per event: a small charge per run start plus a per-filing-record charge. You control cost directly with maxResults.

Fair use & disclaimers

Data comes from the U.S. Securities and Exchange Commission's public EDGAR system. This Actor is not affiliated with or endorsed by the SEC. It respects the SEC's fair-access guidelines (declared User-Agent, throttled requests). Nothing this Actor returns is investment advice.


Built and maintained by Anywhere Web Repair (anywherewebrepair.com), with AI-assisted development, human-reviewed.