Company Metrics
get_company_metricsAnalyze company financial health by retrieving profitability, cash flow, growth metrics, and derived signals for fundamental analysis and trajectory assessment.
Instructions
Deep financial analysis including profitability, financial health, cash flow, growth (3-year CAGR), and per-share metrics. Synthesizes key metrics, financial ratios, income statement, balance sheet, and cash flow statement into one agent-ready response with derived signals: margin_trend (EXPANDING/STABLE/CONTRACTING), health_signal (STRONG/ADEQUATE/WEAK), and growth_signal (ACCELERATING/STEADY/DECELERATING). Use this for fundamental analysis, financial health checks, or when you need to understand a company's trajectory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Stock ticker symbol (e.g., AAPL, MSFT, TSLA) | |
| period | No | Reporting period. Defaults to annual. | annual |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | ||
| period | Yes | ||
| latest_period_date | Yes | ||
| profitability | Yes | ||
| financial_health | Yes | ||
| cash_flow | Yes | ||
| growth_3yr | Yes | ||
| per_share | Yes | ||
| meta | Yes |