SEC Filings

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.

<200ms
Latency
99.9%
Uptime
Poll
Updates

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

GET/v1/filings/search

Search SEC filings by ticker, form type, and date

GET/v1/financials/{cik}

Get normalized financial statements

WS/v1/stream

Real-time WebSocket feed of new filings

example.py
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

$0
1,000 requests
  • Search
  • Basic data

Starter

$49/mo/month
10,000 requests
  • Search
  • Financials
Most Popular

Pro

$149/mo/month
50,000 requests
  • Search
  • Financials
  • Full-text
  • Stream

Business

$399/mo/month
250,000 requests
  • Everything
  • Insider
  • 13F

Built for Production

Enterprise-grade infrastructure designed for reliability, security, and performance at scale.

API Latency<200ms p95 for search
Uptime SLA99.9% availability
Data FreshnessPoll SEC EDGAR every 60 seconds

Quick Start

Python
# Install the SDK $ pip install delphi-sec
Node.js
# Install the SDK $ npm install @delphi/client

Ready to integrate DELPHI?

Get started in minutes with our developer-friendly API and comprehensive documentation.