Documentation Index
Fetch the complete documentation index at: https://docs.secapi.ai/llms.txt
Use this file to discover all available pages before exploring further.
SEC Filing Search API
Search across every filing on SEC EDGAR without building your own index. Datastream provides keyword search, filtered queries, and AI-powered semantic search across millions of documents.The problem with searching EDGAR directly
EDGAR’s full-text search (EFTS) is limited: no structured filters, inconsistent ranking, no semantic understanding, and aggressive rate limits. Building your own search index means downloading terabytes of filings, parsing SGML/HTML, and maintaining infrastructure. Datastream handles all of this. You get a single API endpoint that supports:- Keyword search across filing text
- Semantic search that understands meaning, not just keywords
- Structured filters by company, form type, date range, and section
- Sub-second response times with cursor pagination
Quick start
Search for filings mentioning “artificial intelligence” in recent 10-K risk factors:Search capabilities
| Feature | Endpoint | Description |
|---|---|---|
| Semantic search | /v1/search/semantic | AI-powered search that matches meaning |
| Filing lookup | /v1/filings | Filter by ticker, form type, date range |
| Latest filing | /v1/filings/latest | Get the most recent filing matching criteria |
| Section extraction | /v1/sections | Pull specific sections from any filing |
Common use cases
Find a company’s latest annual report
Search across all 8-K filings for M&A activity
List all filings for a company
Why Datastream over alternatives
| Feature | Datastream | EDGAR EFTS | Bloomberg | Refinitiv |
|---|---|---|---|---|
| Semantic search | Yes | No | No | No |
| Section-level search | Yes | No | Partial | Partial |
| API access | REST + SDKs | Limited | Terminal only | Proprietary |
| Real-time indexing | Minutes | Hours | Varies | Varies |
| Pricing | Pay-as-you-go | Free (limited) | $24k+/year | $22k+/year |
Supported form types
The API indexes every form type on EDGAR. Common types include:- Annual reports: 10-K, 10-K/A, 20-F
- Quarterly reports: 10-Q, 10-Q/A
- Current events: 8-K, 8-K/A
- Proxy statements: DEF 14A, DEFA14A
- Registration statements: S-1, S-3, F-1
- Ownership: 13F-HR, Form 3, Form 4, Form 5, SC 13D, SC 13G
- Offerings: D, D/A
Get started
Get your API key
Create a free account and start searching filings in under 60 seconds.