edgar_recent_filings
ActiveTool of io.github.blackboxfoundry/livedatalink
declared in 1.0.0
List recent SEC filings for a company. Filter by form type (10-K, 10-Q, 8-K, 4, DEF 14A, etc.) and start date. Use ticker or CIK as identifier.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"identifier"
],
"properties": {
"limit": {
"type": "number",
"description": "Maximum rows to return (default 25, max 100)."
},
"form_type": {
"type": "string",
"description": "Optional form type filter (e.g. '10-K', '10-Q', '8-K', '4')."
},
"identifier": {
"type": "string",
"description": "Ticker symbol or CIK. Examples: 'AAPL', '0000320193'."
},
"start_date": {
"type": "string",
"description": "Optional ISO date lower bound (YYYY-MM-DD)."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries