Skip to main content
GET
SearchSecFilings

Authorizations

X-WorldMonitor-Key
string
header
required

User-issued WorldMonitor API key.

Query Parameters

query
string
required

Full-text query, such as "material weakness" or a company name. Required.

forms
string

Comma-separated form-type filter, such as "8-K" or "10-K,10-Q".

start_date
string

Earliest filing date to include (YYYY-MM-DD).

end_date
string

Latest filing date to include (YYYY-MM-DD).

limit
integer<int32>

Maximum results to return (default 10, capped at 25).

jmespath
string

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.

results
object[]
total
integer<int32>

Total matching filings reported by EDGAR (may exceed the returned page).

unavailable
boolean

True when the EDGAR search upstream could not be reached.

fetchedAtMs
integer<int64>

Unix timestamp in milliseconds when this result set was fetched.. Warning: Values > 2^53 may lose precision in JavaScript