DELPHI
SEC EDGAR Enhanced API
DELPHI provides features the SEC's native API lacks: full-text search across 18M+ filings, real-time WebSocket streaming of new filings, normalized XBRL financial data, and structured insider trading information from 800,000+ SEC filers.
Powerful Capabilities
Everything you need to integrate DELPHI into your workflow
Filing Search
Filter by ticker, form type, date range, keywords
Full-Text Search
Search within filing content across 18M+ documents
Financial Statements
XBRL parsed to normalized JSON
Real-Time Stream
WebSocket feed of new filings
Insider Trading
Structured Form 4 transactions
Institutional Holdings
Aggregated 13F data by ticker
API Reference
Simple, RESTful endpoints designed for developer productivity
/v1/filings/searchSearch SEC filings by ticker, form type, and date
/v1/financials/{cik}Get normalized financial statements
/v1/streamReal-time WebSocket feed of new filings
import requests
# Initialize with your API key
headers = {
"Authorization": f"Bearer {api_key}"
}
# Make the request
response = requests.get(
"https://api.olympus.new-odyssey.com/v1/filings/search",
headers=headers,
params={"query": "example"}
)
# Response
data = response.json()
print(data)Simple, Transparent Pricing
Lower pricing, better search, real-time streaming
Free
- Search
- Basic data
Starter
- Search
- Financials
Pro
- Search
- Financials
- Full-text
- Stream
Business
- Everything
- Insider
- 13F
Built for Production
Enterprise-grade infrastructure designed for reliability, security, and performance at scale.
Quick Start
# Install the SDK
$ pip install delphi-sec# Install the SDK
$ npm install @delphi/clientReady to integrate DELPHI?
Get started in minutes with our developer-friendly API and comprehensive documentation.