Work with SEC submissions at scale. Current version 3.7.0. Frequent releases.
pip install datamuleNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initialize client and fetch basic SEC submissions.
Pass `api_key` parameter to `Client()` or set env var `DATAMULE_API_KEY`.
Use `client.get_submissions(ticker='AAPL')` instead of `client.get_submissions('AAPL')`.Replace `client.get_filings(...)` with `client.get_submissions(...)`.
Use built-in throttling via `RateLimiter` or add `time.sleep(0.1)` between calls.
No dependency data recorded yet.