edgar_full_text_search
ActiveTool of io.github.blackboxfoundry/livedatalink
Full-text search across all SEC filings via the EDGAR EFTS index. Filter by comma-separated form types and date range. Useful for finding filings that mention specific terms.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"query"
],
"properties": {
"forms": {
"type": "string",
"description": "Comma-separated form types to filter (e.g. '10-K,10-Q'). Optional."
},
"limit": {
"type": "number",
"description": "Maximum rows to return (default 25, max 100)."
},
"query": {
"type": "string",
"description": "Search query (e.g. 'cybersecurity incident', 'going concern')."
},
"end_date": {
"type": "string",
"description": "Optional ISO date upper bound (YYYY-MM-DD)."
},
"start_date": {
"type": "string",
"description": "Optional ISO date lower bound (YYYY-MM-DD)."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries