edgar_filings_by_form_type
ActiveTool of io.github.blackboxfoundry/livedatalink
Pull all recent SEC filings of a specific form type across all companies. Useful for monitoring (e.g. 'all 8-Ks today', 'all S-1s this week'). Returns accession numbers, filers, and filing dates.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"form_type"
],
"properties": {
"limit": {
"type": "number",
"description": "Maximum rows to return (default 25, max 100)."
},
"form_type": {
"type": "string",
"description": "SEC form type (e.g. '8-K', 'S-1', 'DEF 14A', '13F-HR')."
},
"start_date": {
"type": "string",
"description": "ISO date lower bound (YYYY-MM-DD). Defaults to 30 days ago."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries