SEC Filing Data API
Search SEC filings, lookup entities, download documents, and generate PDFs with a simple REST API. Access 20+ years of SEC data.
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.
Ready to get started?
Sign up for an API key and start accessing SEC filing data in minutes.
Get API Key