SEC EDGAR 8-K Filings API avatar

SEC EDGAR 8-K Filings API

Pricing

$2.00 / 1,000 results

Go to Apify Store
SEC EDGAR 8-K Filings API

SEC EDGAR 8-K Filings API

Search SEC EDGAR and return normalized recent 8-K filings for company queries.

Pricing

$2.00 / 1,000 results

Rating

0.0

(0)

Developer

Alexander Abernathy

Alexander Abernathy

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

4 days ago

Last modified

Share

Searches SEC EDGAR and returns normalized recent 8-K filing records.

Best for

  • Public-company event monitoring
  • Earnings/legal disclosure tracking
  • Compliance and market research workflows

Input

  • queries (array, required): ticker, company name, or CIK
  • maxItemsPerQuery (integer): max filings per query
  • maxCompaniesPerQuery (integer): cap for name-resolution matches
  • secUserAgent (string): contact-friendly user-agent for SEC access
  • includeRaw (boolean): include raw source payload

Output

Typical fields:

  • source, query, recordType
  • title, identifier, date, url, summary
  • raw (optional)

Example input

{
"queries": ["AAPL"],
"maxItemsPerQuery": 10,
"maxCompaniesPerQuery": 2,
"secUserAgent": "YourCompanyBot/1.0 (contact: you@example.com)",
"includeRaw": false
}

Example output

{
"source": "sec_edgar",
"query": "AAPL",
"recordType": "8-k",
"title": "8-K Filing — Apple Inc.",
"identifier": "0001140361-26-006577",
"date": "2026-02-24",
"url": "https://www.sec.gov/Archives/edgar/data/0000320193/...",
"summary": "Company: Apple Inc. | Ticker: AAPL | Report Date: 2026-02-24"
}

Notes

  • SEC may throttle requests that do not provide a clear user-agent.
  • Company-name matching is best-effort when query is not a ticker/CIK.