Extract SEC Filing Data
Search SEC EDGAR by company name, ticker, or CIK and extract recent filing metadata including 10-K, 10-Q, and 8-K reports.

npx create-browser-app --template sec-filing-research
uvx create-browser-app --template sec-filing-research
Automate SEC EDGAR filing research and extraction
Automate SEC EDGAR research by searching for companies by name, ticker symbol, or CIK number and extracting structured filing metadata. This template navigates the SEC website, selects the matching company, and extracts recent filings including type (10-K, 10-Q, 8-K), filing date, description, and accession numbers. Perfect for compliance workflows, due diligence automation, financial research, and building SEC filing databases.
Steps
Navigate to SEC EDGAR company search page
Search for company by name, ticker, or CIK number
Select the matching company from search results
Extract company information including official name and CIK
Extract recent filing metadata (type, date, description, accession number)
Output structured JSON with company info and filing list