search_sec_edgar
ActiveTool of TensorFeed
Lucene-style full-text search across the entire SEC EDGAR public-filings corpus since the 1990s. Forms include 10-K (annual), 10-Q (quarterly), 8-K (current event), DEF 14A (proxy), S-1 (IPO), 13F (institutional holdings), and ~70+ others. License: US Government public domain. The killer endpoint for finance and equity-research agents.
Parameters schema
{
"type": "object",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"description": "Search query (Lucene syntax supported)"
},
"enddt": {
"type": "string",
"description": "End date YYYY-MM-DD"
},
"forms": {
"type": "string",
"description": "Comma-separated form types (e.g. \"10-K,10-Q,8-K\")"
},
"limit": {
"type": "number",
"default": 10,
"description": "Max hits (1-50)"
},
"startdt": {
"type": "string",
"description": "Start date YYYY-MM-DD"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
TensorFeed
https://github.com/RipperMercs/tensorfeed
1/7 registries