A Python package for working with SEC filings at scale. Full Documentation | Website
- Download SEC filings quickly and efficiently
- Monitor EDGAR for new filings in real-time
- Parse filings at scale
- Access comprehensive datasets (10-Ks, SIC codes, etc.)
- Build datasets directly from unstructured text
- Interact with SEC data using MuleBot
pip install datamule
from datamule import Downloader
downloader = Downloader()
downloader.download_submissions(form='10-K', ticker='AAPL')
Create a discord bot, use insider trading disclosures to map relationships in Silicon Valley, and more in examples.
For faster downloads get an api key for PremiumDownloader()
.
- How to host the SEC Archive for $20/month
- Creating Structured Datasets from SEC filings
- Deploy a Financial Chatbot in 5 Minutes