edgar_company_concept
ActiveTool of Edgar
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\"."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Edgar
https://github.com/pipeworx-io/mcp-edgar
1/7 registries