SEC EDGAR Company Filings - 10-K, 10-Q, 8-K Search avatar

SEC EDGAR Company Filings - 10-K, 10-Q, 8-K Search

Pricing

from $5.00 / 1,000 results

Go to Apify Store
SEC EDGAR Company Filings - 10-K, 10-Q, 8-K Search

SEC EDGAR Company Filings - 10-K, 10-Q, 8-K Search

Pricing

from $5.00 / 1,000 results

Rating

0.0

(0)

Developer

Ava Torres

Ava Torres

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

a day ago

Last modified

Categories

Share

SEC EDGAR Company Filings Search - 10,400+ Public Companies, 10-K, 10-Q, 8-K & Insider Trading

Search the SEC EDGAR database for any public company's filing history. Look up companies by name, stock ticker, or CIK number and get structured data for all SEC filings including annual reports (10-K), quarterly reports (10-Q), current events (8-K), insider trading (Form 4), proxy statements, and more. Direct links to every filing document.

Data comes from the official SEC EDGAR system (Securities and Exchange Commission Electronic Data Gathering, Analysis, and Retrieval). Covers all 10,400+ publicly traded companies and all filing types since 1993.

What data do you get?

FieldDescriptionCoverage
Company nameOfficial SEC registrant name100%
CIKCentral Index Key (SEC identifier)100%
TickersStock ticker symbols~95%
SIC / IndustryStandard Industrial Classification code and description100%
EINEmployer Identification Number~90%
State of incorporationWhere the company is incorporated~95%
Filer categoryLarge accelerated, accelerated, non-accelerated, smaller reporting100%
PhoneCompany phone number~85%
Business addressStreet, city, state, ZIP~95%
Mailing addressStreet, city, state, ZIP~90%
Former namesPrevious company namesWhen applicable
Filing form type10-K, 10-Q, 8-K, 4, DEF 14A, S-1, etc.100%
Filing dateDate filed with SEC100%
Report datePeriod of reportWhen applicable
Document URLDirect link to the primary filing document100%
Filing index URLLink to the filing index page with all exhibits100%
XBRL availabilityWhether the filing includes structured XBRL data100%

Use cases

  • Investment research -- Pull 10-K/10-Q filings for fundamental analysis
  • Compliance monitoring -- Track 8-K events, insider trading (Form 4), beneficial ownership (13D/13G)
  • Due diligence -- Get complete filing history for M&A targets or counterparties
  • Academic research -- Bulk download filings for financial analysis datasets
  • Lead generation -- Find companies by industry (SIC code) with contact info and filing patterns

How to use

  1. Enter company names, stock tickers, or CIK numbers
  2. Optionally filter by form type (10-K, 10-Q, 8-K, etc.) and date range
  3. Run the actor and get structured JSON with company info and filings

No API key, no proxies, no browser needed. Uses the official SEC EDGAR public API.

Input examples

Look up by stock ticker

{
"tickers": ["AAPL", "MSFT", "GOOGL"],
"formTypes": ["10-K"],
"maxFilings": 5
}

Search by company name

{
"companyNames": ["Tesla"],
"formTypes": ["10-K", "10-Q", "8-K"],
"dateFrom": "2024-01-01",
"maxFilings": 50
}

Get insider trading forms

{
"tickers": ["NVDA"],
"formTypes": ["4"],
"dateFrom": "2025-01-01",
"maxFilings": 100
}

All filings by CIK number

{
"ciks": ["1318605"],
"maxFilings": 20
}

Output example

{
"cik": "0001318605",
"entityName": "Tesla, Inc.",
"entityType": "operating",
"sic": "3711",
"sicDescription": "Motor Vehicles & Passenger Car Bodies",
"ein": "912197729",
"stateOfIncorporation": "TX",
"fiscalYearEnd": "1231",
"category": "Large accelerated filer",
"phone": "512-516-8177",
"tickers": ["TSLA"],
"exchanges": ["Nasdaq"],
"businessCity": "Austin",
"businessState": "TX",
"totalFilings": 5,
"filings": [
{
"accessionNumber": "0001628280-26-002390",
"form": "10-K",
"filingDate": "2026-01-29",
"reportDate": "2025-12-31",
"description": "10-K",
"documentUrl": "https://www.sec.gov/Archives/edgar/data/1318605/...",
"filingIndexUrl": "https://www.sec.gov/Archives/edgar/data/1318605/...",
"isXbrl": true,
"isInlineXbrl": true,
"size": 21516070
}
]
}

Input parameters

ParameterTypeDefaultDescription
companyNamesstring[][]Company names to search. Partial matches returned (max 10 per name).
tickersstring[][]Stock ticker symbols (e.g. AAPL, TSLA).
ciksstring[][]SEC CIK numbers for direct lookup.
formTypesstring[][]Filter by form type. Leave empty for all. Common: 10-K, 10-Q, 8-K, 4, DEF 14A, S-1.
dateFromstring""Start date (YYYY-MM-DD). Only filings on or after this date.
dateTostring""End date (YYYY-MM-DD). Only filings on or before this date.
maxFilingsinteger100Max filings per company. Set to 0 for unlimited (may return 1000+).

Pricing

This actor uses pay-per-result pricing on the Apify platform:

  • Per result: $0.005 per company record (includes all filings for that company)
  • Platform fee: $0.05 per actor start

Example: Looking up 10 companies by ticker costs approximately $0.10 (10 results x $0.005 + $0.05 start fee).

The underlying SEC EDGAR API is free and has no usage limits beyond rate limiting (10 req/s).

Data source

All data comes from the SEC EDGAR system, the official repository for SEC filings. Data is public and freely available.

Common SEC form types

FormDescription
10-KAnnual report
10-QQuarterly report
8-KCurrent report (material events)
4Insider trading (changes in beneficial ownership)
DEF 14AProxy statement
S-1Registration statement (IPO)
13F-HRInstitutional investment manager holdings
13DBeneficial ownership (>5%)
SC 13GBeneficial ownership (passive)
144Notice of proposed sale of securities

FAQ

Is this legal? Yes. SEC EDGAR is a public government database. All filing data is freely available. This actor uses the official EDGAR API.

Do I need an API key? No. The SEC EDGAR API is free and requires no authentication.

How fast is it? A single company lookup with 100 filings typically completes in 2-3 seconds. The SEC rate limits at 10 requests/second.

How far back does data go? EDGAR has filings from 1993 to present. Older filings (pre-2000) may have less structured data.

Can I search by industry? Not directly, but you can use company name search with industry terms, or look up specific SIC codes in the output data.

Does it include the actual filing text? No, this actor returns metadata and direct document URLs. You can use the document URLs to fetch the actual filing content.

What about private companies? Only companies that file with the SEC (public companies, mutual funds, etc.) are included. Private companies are not in EDGAR.

Integrations

Export results to any downstream system:

  • CRM -- Enrich company records with SEC filing data and financial metadata
  • Google Sheets / Excel -- Direct export for financial analysis
  • Zapier / Make -- Trigger workflows when new filings are detected
  • Webhooks -- Push filing data to your own API endpoint
  • Manual export -- Download as CSV, JSON, or Excel from the Apify Console

Support

Found a bug or have a feature request? Open an issue on the actor page or contact us through the Apify platform.

More Public Data Tools

This actor is part of a collection of 30 public data scrapers. All free to try, all on Apify:

See all 30 actors →