sec-full-text-search
ActiveTool of The Stall
declared in 4.82.0
Full-text search across all SEC EDGAR filings. Finds every public company that mentioned a keyword or phrase in their 10-K, 10-Q, 8-K, or other forms. Returns company names, tickers, filing dates, and relevance scores. Ideal for thematic equity research: 'which companies disclosed tariff risk in Q1 2026?'
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"days": {
"type": "integer",
"description": "How many days back to search. Default 90, max 730."
},
"forms": {
"type": "string",
"description": "Comma-separated SEC form types to search (e.g. '10-K,10-Q,8-K'). Default: 10-K,10-Q,8-K"
},
"limit": {
"type": "integer",
"description": "Max results to return. Default 10, max 25."
},
"query": {
"type": "string",
"description": "Keyword or phrase to search (e.g. 'tariff risk', 'artificial intelligence', 'China operations'). Wrap in quotes for exact phrase match."
}
},
"additionalProperties": false
}Parent server
The Stall
1/7 registries