Compliance Suite API
Federal Register + SEC EDGAR combined for regulatory compliance monitoring. Rules, filings, document type classification, and key date extraction in one call.
GET
/api/compliance/search
8 sats
Search across federal regulations and SEC filings simultaneously. Returns classified documents with key dates extracted for compliance tracking.
| Parameter | Type | Description |
|---|---|---|
query | string | Search query (required) |
limit | int | Results per source (default: 5) |
# Single call for regulatory rules + SEC filings
curl "https://agent-commerce.store/api/compliance/search?query=climate+regulation&limit=3"Response includes Federal Register documents and SEC filings with document type classification and key date extraction for each result.
Usage tips: This is a composite endpoint that queries Federal Register and SEC EDGAR in parallel. If one underlying API fails or times out, the suite still returns results from the other — check each section's
error field for details. Note: the Federal Register upstream is currently unavailable from cloud hosts, so only SEC EDGAR results may be returned.
Value-Add
- Single call replaces 2 separate API calls
- Rules + filings combined in one response for compliance monitoring
- Document type classification across both sources
- Key date extraction — effective dates, comment periods, filing dates
- ~25% savings vs calling each API individually (8 sats vs 11-15 sats)
Included APIs
- Federal Register API — rules, proposed rules, notices, and presidential documents (2-3 sats individually)
- SEC EDGAR API — company filings, XBRL facts, and full-text search (3 sats individually)
Pricing
The Compliance Suite costs 8 sats per call. Calling each API individually would cost 11-15 sats depending on the endpoints used — a savings of approximately 25%. The suite is ideal for agents monitoring regulatory changes and corporate compliance.