You're viewing a demo portfolio

Join the waitlist
PRSM

get_company_financials

Active

Tool of Sec Xbrl

declared in 0.1.0

High-level summary of a public US company's annual (10-K) financials: revenue, net income, total assets, cash, EPS, etc. Returns clean numerical values with the XBRL tag used and the period-end date. By default returns the most recent fiscal year; pass `fiscal_year_end` to get a specific year (e.g. "2024-12-31" for Tesla FY2024 or just "2024" to auto-match the year). Prefer this over get_company_facts/get_company_concept for any single-company financial snapshot question. Pass a CIK (e.g. "320193") or a ticker (e.g. "AAPL"; auto-resolves to CIK).

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "company": "AAPL"
    },
    {
      "company": "320193",
      "fiscal_year_end": "2024"
    }
  ],
  "required": [
    "company"
  ],
  "properties": {
    "company": {
      "type": "string",
      "description": "CIK (e.g., \"320193\", \"0000320193\") OR ticker symbol (e.g., \"AAPL\", \"TSLA\", \"MSFT\"). Ticker is auto-resolved to CIK via SEC EDGAR."
    },
    "fiscal_year_end": {
      "type": "string",
      "description": "Optional. Pass a 4-digit fiscal year (\"2024\") to get values from any 10-K period ending in that calendar year, OR a specific period-end date (\"2024-12-31\"). Omit to get the most recent fiscal year."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Sec Xbrl

https://github.com/pipeworx-io/mcp-sec-xbrl

2/7 registries
View full server →
get_company_financials — Sec Xbrl — PRSM MCP