SearchSecFilings
SearchSecFilings runs a full-text search over SEC EDGAR filings with optional form-type and date-range filters.
Authorizations
User-issued WorldMonitor API key.
Query Parameters
Full-text query, such as "material weakness" or a company name. Required.
Comma-separated form-type filter, such as "8-K" or "10-K,10-Q".
Earliest filing date to include (YYYY-MM-DD).
Latest filing date to include (YYYY-MM-DD).
Maximum results to return (default 10, capped at 25).
Optional JMESPath expression applied server-side to project or reduce the JSON response before it is returned (mirrors the MCP jmespath argument). Invalid expressions, expressions larger than 1024 UTF-8 bytes, or projections that exceed the 256 KB output cap return HTTP 400 with a {_jmespath_error, original_keys} envelope. Grammar and worked examples: https://www.worldmonitor.app/docs/mcp-jmespath.
Response
Successful response
Full-text search results from SEC EDGAR.
Total matching filings reported by EDGAR (may exceed the returned page).
True when the EDGAR search upstream could not be reached.
Unix timestamp in milliseconds when this result set was fetched.. Warning: Values > 2^53 may lose precision in JavaScript
