SEC EDGAR Filings — Company Filings by Ticker or CIK avatar

SEC EDGAR Filings — Company Filings by Ticker or CIK

Pricing

from $1.44 / 1,000 filings

Go to Apify Store
SEC EDGAR Filings — Company Filings by Ticker or CIK

SEC EDGAR Filings — Company Filings by Ticker or CIK

Fetch a company's SEC filings (10-K, 10-Q, 8-K and more) by ticker or CIK, straight from the official SEC EDGAR API. One clean JSON row per filing with form type, dates, accession number and document URL. No anti-bot, always up to date.

Pricing

from $1.44 / 1,000 filings

Rating

0.0

(0)

Developer

Marouane Oulabass

Marouane Oulabass

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

3 days ago

Last modified

Share

Get any US public company's SEC filings as clean JSON — straight from the official SEC EDGAR source. Give this actor a ticker (like AAPL) or a CIK number and get back a tidy row per filing: form type (10-K, 10-Q, 8-K…), filing and report dates, accession number and a direct document URL. Always up to date, no API key, no anti-bot.

AI-agent ready: this Actor is callable and payable by AI agents via x402 (USDC on Base), no Apify account required.

Stop scraping the EDGAR website by hand. Pull structured filing data for research, monitoring, compliance and finance apps in seconds.

Who uses this

  • 📈 Investors & analysts — track 10-K/10-Q/8-K filings for the companies you follow.
  • 🏦 Fintech & data teams — feed a clean filings dataset into your app or pipeline.
  • 🤖 AI / LLM & RAG pipelines — get filing metadata and document URLs to ingest reports.
  • ⚖️ Compliance & legal — monitor disclosures, insider forms and material events.
  • 🔎 Researchers & journalists — build datasets across many companies at once.

What you get — one clean row per filing

FieldDescription
tickerCompany ticker
companyCompany name
cik10-digit SEC CIK
formFiling type (10-K, 10-Q, 8-K, 4, S-1…)
filingDateDate filed with the SEC
reportDatePeriod-of-report date
accessionNumberSEC accession number
primaryDocumentPrimary document filename
primaryDocDescriptionDocument description
documentUrlDirect URL to the filing document
inputCompany, scrapedAtProvenance

Example

Input

{ "companies": ["AAPL", "TSLA"], "formTypes": ["10-K", "10-Q", "8-K"], "maxFilingsPerCompany": 40 }

Output (one item)

{
"ticker": "AAPL",
"company": "Apple Inc.",
"cik": "0000320193",
"form": "10-K",
"filingDate": "2025-11-01",
"reportDate": "2025-09-27",
"accessionNumber": "0000320193-25-000106",
"primaryDocument": "aapl-20250927.htm",
"documentUrl": "https://www.sec.gov/Archives/edgar/data/320193/000032019325000106/aapl-20250927.htm"
}

Why this actor

  • Official source — data comes straight from the SEC EDGAR API, always current.
  • 🎯 Ticker or CIK — look companies up however you have them.
  • 🗂️ Filter by form type — 10-K, 10-Q, 8-K, Form 4 and more, or fetch all.
  • 🔗 Direct document URLs — jump straight to the actual filing.
  • Fast & affordable — pay only per filing returned. No anti-bot, no key.

Input options

  • companies (required) — tickers (e.g. AAPL) or CIK numbers.
  • formTypes — filter by SEC form types (e.g. 10-K, 10-Q, 8-K). Leave empty for all.
  • maxFilingsPerCompany — cap the most-recent filings per company (default 40).

FAQ

Ticker or CIK? Either — pass tickers like AAPL or 10-digit CIK numbers; both work.

Which forms are covered? All EDGAR form types — 10-K, 10-Q, 8-K, Form 4, S-1, DEF 14A and more. Use formTypes to filter.

How fresh is the data? Live from the official SEC EDGAR API on every run — as current as the SEC itself.

Do I get the actual document? Yes — every row includes a documentUrl linking directly to the filing.

Can I query many companies at once? Yes — pass a list of tickers/CIKs; every row carries its own company and filing metadata.

Can I export to CSV/Excel/Google Sheets? Yes — the dataset exports to JSON, CSV, Excel and HTML, or pull it via the API.

What does it cost? Pay-per-filing — you're only charged for filings actually returned.


Tip: schedule this on your watchlist and diff accessionNumbers to get alerted the moment a company files.