Advanced Usage Examples#
edgar-sec enables high-performance, robust access to SEC EDGAR data pipelines. This page covers caching, rate limiting, async concurrent requests, parameter control, and error handling.
—
Advanced Client Features#
Caching and Rate Limiting
Cache responses and throttle API usage to maximize throughput.
Async Concurrent Requests
Use the Async client to batch multiple EDGAR requests in parallel.
Custom API Requests
Control filtering, document types, and pagination with ease.
Error Handling
Capture and debug common EDGAR edge cases and input errors.
—