Access SEC EDGAR financial data directly from your AI assistant. Income statements, balance sheets, cash flow statements, and financial ratios for 10,000+ US public companies.
Retrieve revenue, cost of goods sold, operating expenses, net income, and EPS for any public company by ticker.
Assets, liabilities, and shareholders' equity โ quarterly or annual data from SEC XBRL filings.
Operating, investing, and financing cash flows with free cash flow calculations.
Key company information: sector, industry, employees, headquarters, SEC CIK number, and fiscal year.
Calculated ratios: P/E, debt-to-equity, current ratio, profit margin, ROE, ROA, and more.
Search for a company by name to find its ticker symbol and CIK number for SEC lookups.
git clone https://github.com/Rumblingb/sec-financial-mcp.git
cd sec-financial-mcp
pip install -r requirements.txt
python3 server.py
# "Show me Apple's latest income statement"
โ get_income_statement("AAPL")
# "What's Microsoft's debt-to-equity ratio?"
โ get_financial_ratios("MSFT")
# "Find NVIDIA's cash flow for 2024"
โ get_cash_flow("NVDA", period="FY2024")
# "Search for a company called Tesla"
โ search_company("Tesla")