You're viewing a demo portfolio

Join the waitlist
PRSM

edgar_filings_by_form_type

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →