You're viewing a demo portfolio

Join the waitlist
PRSM

edgar_company_lookup

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

Look up a public company's CIK (Central Index Key) by ticker symbol or company name. CIK is required for all other EDGAR tools. Returns matches ranked exact-ticker first.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "query"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Maximum rows to return (default 25, max 100)."
    },
    "query": {
      "type": "string",
      "description": "Ticker (e.g. 'AAPL') or company-name fragment (e.g. 'Apple')."
    }
  },
  "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_company_lookup — io.github.blackboxfoundry/livedatalink — PRSM MCP