Products

Almost all our code is open source! Check it out on GitHub.

SEC Library vs EDGAR Comparison

Feature DataMule EDGAR
Historical Coverage Since 1994 Since 2001
Rate Limits Unlimited 10 req/s, 30MB/s
Python package Integrated Integrated
Cost $1/100,000 downloads Free

Note: SEC Library is provided as a convenience. Learn how to host your own for $20/month in our Medium guide.

Endpoint

https://sec-library.jgfriedman99.workers.dev/

Parameter Example
api_key ?api_key=dm-...
filing_date &filing_date=2024-01-15
cik &cik=0000320193
submission_type &submission_type=10-K
page &page=1
pageSize &pageSize=100

Example: https://sec-library.jgfriedman99.workers.dev/?api_key=dm-...&filing_date=2024-01-15&cik=0000320193&submission_type=10-K

Coming Soon

  • 🔔 Real-time filing notifications via WebSocket API
  • 📄 Parsing every SEC form and attachment type
  • 🤖 AI-powered dataset creation - Learn more
  • 📊 Insider trading SQL database
  • 🚀 High-speed, quality document parsing (10,000 pages/second) with table extraction. Algorithmic not LLM based.