Edgar Filings Extractor avatar
Edgar Filings Extractor
Under maintenance

Pricing

Pay per event

Go to Apify Store
Edgar Filings Extractor

Edgar Filings Extractor

Under maintenance

A streamlined Apify actor that extracts SEC EDGAR filings for public companies. Get direct links to 8-K, 10-K, 10-Q, and other SEC filing documents with minimal configuration.

Pricing

Pay per event

Rating

0.0

(0)

Developer

Zen API

Zen API

Maintained by Community

Actor stats

0

Bookmarked

4

Total users

1

Monthly active users

3 days ago

Last modified

Share

A streamlined Apify actor that extracts SEC EDGAR filings for public companies. Get direct links to 8-K, 10-K, 10-Q, and other SEC filing documents with minimal configuration.

Features

  • Multiple Ticker Support: Extract filings for multiple companies in one run
  • Flexible Filing Types: Support for 8-K, 10-K, 10-Q, 4, S-1, DEF 14A, 13F-HR, and more
  • Complete Filing History: Retrieves all available filings for specified types
  • Structured Data: Clean, minimal JSON output with essential filing information

Input Parameters

The actor accepts the following input parameters:

ParameterTypeRequiredDefaultDescription
tickersarrayYes-List of company ticker symbols (e.g., ["TSLA", "AAPL", "MSFT"])
filingTypesarrayNo["10-K", "10-Q"]Types of SEC filings to scrape

Supported Filing Types

  • 10-K: Annual Report
  • 10-Q: Quarterly Report
  • 8-K: Current Report (material events)
  • 4: Insider Trading Report
  • S-1: IPO Registration Statement
  • S-3, S-4, S-8: Registration Statements
  • DEF 14A: Proxy Statement
  • 13F-HR: Institutional Investment Manager Report
  • 20-F: Foreign Company Annual Report
  • 6-K: Foreign Company Current Report

Example Input

{
"tickers": ["TSLA", "AAPL"],
"filingTypes": ["10-K", "10-Q"]
}

Pricing

This actor uses pay-per-event pricing:

EventPriceDescription
Actor Start$0.006One-time charge per run
Filing Extracted$0.002Per filing added to the dataset

Example Costs

Small run (1 ticker, ~10 filings):

  • Actor start: $0.006
  • Filings: 10 × $0.002 = $0.020
  • Total: ~$0.026

Medium run (5 tickers, ~50 filings):

  • Actor start: $0.006
  • Filings: 50 × $0.002 = $0.100
  • Total: ~$0.106

Large run (20 tickers, ~200 filings):

  • Actor start: $0.006
  • Filings: 200 × $0.002 = $0.400
  • Total: ~$0.406

Output Format

Each filing in the dataset contains:

{
"ticker": "TSLA",
"companyName": "Tesla, Inc.",
"cik": "0001318605",
"filingDate": "2025-11-07",
"accessionNumber": "0001104659-25-108507",
"filingUrl": "https://www.sec.gov/Archives/edgar/data/1318605/000110465925108507/tm2530590d1_8k.htm",
"description": "FORM 8-K"
}

Output Fields

  • ticker: Company stock ticker symbol
  • companyName: Official company name from SEC
  • cik: Central Index Key - SEC's unique company identifier (10 digits, zero-padded)
  • filingDate: Date when the filing was submitted to SEC
  • accessionNumber: Unique SEC accession number for the filing
  • filingUrl: Direct URL to the actual filing document (ready to view)
  • description: Description of the document type

Resources

Support

For questions, enhancement requests and bug reports: