Sec Edgar Trigger Monitor avatar

Sec Edgar Trigger Monitor

Pricing

from $5.00 / 1,000 results

Go to Apify Store
Sec Edgar Trigger Monitor

Sec Edgar Trigger Monitor

Monitor SEC EDGAR filings for any public company. Extracts 8-K trigger events (M&A, executive changes, cybersecurity, bankruptcies) with severity scoring. Batch 50+ tickers per run.

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Ian Dikhtiar

Ian Dikhtiar

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

14 days ago

Last modified

Share

Track material events for any public US company by monitoring their SEC filings for high-impact triggers like M&A, cybersecurity incidents, executive changes, and financial restatements.

Who This Is For

  • Hedge funds tracking portfolio company events and market-moving disclosures
  • M&A advisors monitoring acquisition targets and competitive deal activity
  • Compliance teams flagging material events that require internal review
  • Financial analysts researching corporate actions and financial health indicators
  • Investigative journalists uncovering governance issues and management changes

What You Get

The actor outputs three types of records:

Row TypeDescriptionCount
filingEvery SEC filing matching your filters, with form type, dates, URLs, and 8-K item codesOne per filing
triggerIndividual 8-K trigger events extracted from item codes, with severity scoresOne per item code
summaryAggregate counts of filings and triggers by company and categoryOne per company

Trigger Severity Levels

8-K filings report specific events using item codes. This actor maps those codes to business-relevant triggers and assigns severity:

SeverityCategoriesExample Item Codes
HIGHM&A completions, bankruptcy, cybersecurity incidents, delisting, changes in control, financial restatements, material impairments2.01, 1.03, 1.05, 3.01, 5.01, 4.02, 2.06
MEDIUMMaterial agreements, executive/director changes, debt obligations, restructuring, auditor changes, ethics waivers1.01, 1.02, 5.02, 2.03, 2.04, 2.05, 4.01, 5.05
LOWEarnings releases, Reg FD disclosures, shareholder votes, exhibits2.02, 7.01, 8.01, 5.07, 9.01

Sample Output

Filing row:

{
"row_type": "filing",
"company_name": "Apple Inc.",
"ticker": "AAPL",
"cik": "320193",
"form_type": "8-K",
"filing_date": "2026-01-29",
"report_date": "2026-01-29",
"accession_number": "0000320193-26-000005",
"primary_doc": "aapl-20260129.htm",
"filing_url": "https://www.sec.gov/Archives/edgar/data/320193/000032019326000005/aapl-20260129.htm",
"items": "2.02,9.01",
"size": 1243567,
"is_xbrl": false
}

Trigger row:

{
"row_type": "trigger",
"company_name": "NETFLIX INC",
"ticker": "NFLX",
"cik": "1065280",
"filing_date": "2025-12-22",
"accession_number": "0001193125-25-213456",
"filing_url": "https://www.sec.gov/Archives/edgar/data/1065280/000119312525213456/nflx-20251222.htm",
"item_code": "1.01",
"item_description": "Entry into a Material Definitive Agreement",
"trigger_category": "material_agreement",
"severity": "medium"
}

Test Results

Test ScenarioCompaniesDate RangeFilingsTriggersRuntime
5 tech companies (AAPL, MSFT, GOOGL, AMZN, TSLA)590 days1518~5s
20 mixed companies, 8-K only2090 days58110~12s
Boeing only, full year, category filter1365 days143~3s
Invalid ticker190 days00~1s

Input Reference

FieldTypeRequiredDefaultDescription
companiesstringYes"AAPL, MSFT, GOOGL, AMZN, TSLA"Comma-separated ticker symbols or CIK numbers
formTypesarrayNo["8-K", "10-K", "10-Q", "S-1", "DEF 14A"]SEC form types to fetch
dateFromstringNo90 days agoStart date in YYYY-MM-DD format
dateTostringNoTodayEnd date in YYYY-MM-DD format
triggerCategoriesarrayNoAllFilter to specific 8-K trigger categories
maxFilingsPerCompanyintegerNo200Maximum filings per company (max 5000)
proxyConfigobjectNoNoneApify proxy configuration (usually not needed)

Pricing

This actor uses pay-per-event pricing at $0.005 per output row (filings + triggers + summary rows).

ScenarioCompaniesDate RangeEstimated RowsEstimated Cost
Small portfolio590 days35$0.18
Medium watchlist2090 days170$0.85
Large batch5030 days250$1.25

How It Works

The actor fetches recent filings from the SEC EDGAR company submissions API. It normalizes company identifiers (tickers and CIKs), filters by form type and date, and extracts filing metadata. For 8-K forms, it parses item codes from the raw filing data and maps them to trigger categories with severity scores. All data is output as structured JSON rows.

Data Source and Limitations

All data comes from the official SEC EDGAR API (www.sec.gov). No authentication required. The API rate limit is 10 requests per second, enforced automatically by the actor. Historical filings are available back to 1993, but metadata quality varies for older records. The actor processes up to 5000 filings per company. Invalid ticker symbols are logged and skipped without stopping the run. Trigger severity is based on common business risk patterns and may not reflect company-specific context.