You're viewing a demo portfolio

Join the waitlist
PRSM

edgar_company_concept

Active

Tool of Edgar

declared in 0.1.0

AUTHORITATIVE historical financials for any US public company. Source: SEC XBRL filings (the official numbers companies file, not third-party scrapes). Pass a ticker or CIK plus a friendly metric name — Revenue, NetIncomeLoss, Cash, LongTermDebt, EarningsPerShareDiluted — and the tool resolves the right XBRL tag for that filer (post-ASC-606 companies use RevenueFromContractWithCustomerExcludingAssessedTax instead of "Revenues", etc.). Returns annual values with fiscal years, period ends, filing types. Use for "what was AAPL's revenue in 2024", "show me NVDA's long-term debt trend", anything where you need the SEC-filed number rather than an estimate.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "cik": "320193",
      "concept": "Revenue"
    },
    {
      "cik": "1652044",
      "concept": "NetIncomeLoss"
    }
  ],
  "required": [
    "cik",
    "concept"
  ],
  "properties": {
    "cik": {
      "type": "string",
      "description": "Ticker (e.g., \"AAPL\") or CIK number (e.g., \"320193\"). Tickers are auto-resolved."
    },
    "concept": {
      "type": "string",
      "description": "Metric name. Common: \"Revenue\" / \"Revenues\", \"NetIncomeLoss\", \"Cash\", \"Assets\", \"Liabilities\", \"StockholdersEquity\", \"EarningsPerShareDiluted\", \"LongTermDebt\"."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Edgar

https://github.com/pipeworx-io/mcp-edgar

1/7 registries
View full server →
edgar_company_concept — Edgar — PRSM MCP