You're viewing a demo portfolio

Join the waitlist
PRSM

edgar_recent_filings

Active

Tool 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
}

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 →
edgar_recent_filings — io.github.blackboxfoundry/livedatalink — PRSM MCP