SEC Blast API

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
curl "https://api.secblast.com/v2/entity_lookup" \
  -H "Content-Type: application/json" \
  -d '{"api_key": "YOUR_KEY", "tickers": ["AAPL"]}'

Response

JSON
{
  "count": 1,
  "entities": [{
    "cik": "320193",
    "name": "Apple Inc.",
    "tickers": ["AAPL"],
    "exchanges": ["NASDAQ"],
    "sic": "3571",
    "sic_description": "Electronic Computers"
  }]
}

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