edgar_filing_content
ActiveTool of io.github.blackboxfoundry/livedatalink
Fetch the text content of a specific SEC filing. Returns the primary document (10-K, 10-Q, etc.) stripped of HTML, suitable for LLM consumption. Use edgar_recent_filings first to get the accession number.
Parameters schema
{
"type": "object",
"$schema": "http://json-schema.org/draft-07/schema#",
"required": [
"cik",
"accession_number"
],
"properties": {
"cik": {
"type": "string",
"description": "Filer CIK (with or without leading zeros)."
},
"max_chars": {
"type": "number",
"description": "Maximum characters of text to return (default 20000, max 200000)."
},
"accession_number": {
"type": "string",
"description": "Accession number (e.g. '0000320193-25-000006' or '000032019325000006')."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.blackboxfoundry/livedatalink
https://github.com/blackboxfoundry/livedatalink
2/7 registries