get_company_financials
ActiveTool of Sec Xbrl
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."
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Sec Xbrl
https://github.com/pipeworx-io/mcp-sec-xbrl
2/7 registries