events.latest
ActiveTool of io.github.wikatar/arkolith
Live SEC filing-event stream: SEC Form 4 (insider) filings today, with 8-K and 13D/G on the roadmap. Poll with `since` (a monotonic cursor) to get every filing newer than your last call; the response's next_cursor advances it. Filter by form or tickers; a form we don't carry yet returns an explicit unsupported_form note (never a silent empty page). Built for a watch loop, so call it on a schedule to never miss a filing.
Parameters schema
{
"type": "object",
"properties": {
"form": {
"type": "string",
"description": "SEC form type. '4' (insider Form 4) is what's carried today; omit for all carried forms."
},
"limit": {
"type": "number",
"description": "Max events (1-200, default 50)"
},
"since": {
"type": "string",
"description": "Cursor from a prior next_cursor; returns events with seq greater than this. Omit for the latest."
},
"tickers": {
"type": "array",
"items": {
"type": "string"
},
"description": "Filter to these tickers (optional)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
io.github.wikatar/arkolith
https://github.com/wikatar/Arkolith.com
1/7 registries