---
source_url: "https://www.secblastapi.com/?utm_source=openai"
title: "SEC Blast API: SEC EDGAR Filing Data API"
mirrored_at: 2026-08-07T01:08:48.238Z
host: www.secblastapi.com
cited_in_42a: true
mirror_canonical: "https://index.42a.ai/www.secblastapi.com/index__q__utm_source_openai"
---

> **Original source:** https://www.secblastapi.com/?utm_source=openai

## 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.

25M+SEC filings indexed

87M+searchable documents

20+ yrsof EDGAR history

Continuousingestion from EDGAR

## Quick Start

### Request

cURLbash

```
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"
  }]
}
```

## API Endpoints

[

GETEntity Lookup

`/v2/entity_lookup`

Search SEC filers by ticker, CIK, name, exchange, or SIC code

](https://www.secblastapi.com/docs/entity_lookup)[

GETFiling Lookup

`/v2/filing_lookup`

Search filings by entity, form type, date range, and 8-K items

](https://www.secblastapi.com/docs/filing_lookup)[

GETFulltext Search

`/v2/fulltext_search`

Full-text search across SEC filing documents

](https://www.secblastapi.com/docs/fulltext_search)[

GETDocument

`/v2/document`

Fetch raw document content with XML to JSON conversion

](https://www.secblastapi.com/docs/document)[

GETFiling Info

`/v2/filing_info`

Get filing metadata, documents, sections, and 8-K items

](https://www.secblastapi.com/docs/filing_info)[

GETFiling Sections

`/v2/filing_sections`

Extract 10-K/10-Q sections (Business, Risk Factors, etc.)

](https://www.secblastapi.com/docs/filing_sections)[

GETPDF Generation

`/v2/pdf`

Generate PDFs from filings with cover pages and TOC

](https://www.secblastapi.com/docs/pdf)

## 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.

### 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.