sec_get_company_facts
Get structured financial facts (revenue, net income, assets, EPS, etc.) for a US public company from SEC EDGAR XBRL filings. Use the CIK number from sec_search_companies.
Provider: SEC EDGAR · Required: cik
Input schema
{
"type": "object",
"required": [
"cik"
],
"properties": {
"cik": {
"type": "string",
"description": "SEC CIK number (e.g. \"320193\" for Apple). Use sec_search_companies to find the CIK."
},
"concept": {
"type": "string",
"description": "XBRL concept to fetch, e.g. \"Revenues\", \"NetIncomeLoss\", \"Assets\", \"EarningsPerShareBasic\". Defaults to \"Revenues\""
}
}
}
Calling this tool
Send an MCP tools/call request to https://munge.sh/mcp with name sec_get_company_facts.