The SEC EDGAR API for developers
Search 25 million filings and 87 million documents: full-text search, XBRL financials, insider trades, and PDF generation through one REST API.
Quick Start
Request
curl "https://api.secblast.com/v2/entity_lookup" \
-H "Content-Type: application/json" \
-d '{"api_key": "YOUR_KEY", "tickers": ["AAPL"]}'Response
{
"count": 1,
"entities": [{
"cik": "320193",
"name": "Apple Inc.",
"tickers": ["AAPL"],
"exchanges": ["NASDAQ"],
"sic": "3571",
"sic_description": "Electronic Computers"
}]
}API Endpoints
/v2/entity_lookupSearch SEC filers by ticker, CIK, name, exchange, or SIC code
/v2/filing_lookupSearch filings by entity, form type, date range, and 8-K items
/v2/fulltext_searchFull-text search across SEC filing documents
/v2/documentFetch raw document content with XML to JSON conversion
/v2/filing_infoGet filing metadata, documents, sections, and 8-K items
/v2/filing_sectionsExtract 10-K/10-Q sections (Business, Risk Factors, etc.)
/v2/pdfGenerate PDFs from filings with cover pages and TOC
Features
Multiple Input Methods
Use URL query parameters, JSON body, or both. The API accepts GET requests with flexible parameter handling.
20+ Years of Data
Access comprehensive SEC filings including 10-K, 10-Q, 8-K, proxy statements, and more.
PDF Generation
Convert HTML filings to professional PDFs with cover pages, headers, footers, and table of contents.
Full-Text Search
Elasticsearch-powered search with boolean operators, phrase matching, and wildcards.
Section Extraction
Automatically extract individual sections from 10-K and 10-Q filings for targeted analysis.
Entity Resolution
Look up companies by ticker, CIK, or name. Get complete entity profiles with all tickers and exchanges.
Built for production
Always current
Filings are ingested continuously from SEC EDGAR feeds, so new filings are searchable shortly after they hit EDGAR.
Transparent status
Live service health is public at status.secblast.com.
Free to start
100 requests per month free, every endpoint included, no credit card required.
Simple billing
Stripe-backed subscriptions with self-service upgrades, downgrades, and cancellation.
Ready to get started?
Create a free account, grab an API key, and make your first call in about two minutes.