analyze_company
Run the complete fundamental-analysis pipeline for one Indian stock in a single call: profile, ratios, growth, cash flow, earnings quality, red flags, capital allocation, management, valuation, and health score.
Instructions
Run the complete fundamental-analysis pipeline for one NSE/BSE-listed Indian equity in a single call: profile, ratios, growth, margin trends, cash flow quality, earnings quality, red flags, capital allocation, management quality, historical valuation, and health score. Composes every other tool in this server rather than re-deriving anything -- the underlying Yahoo fetches are shared/cached across all of them, so this is far cheaper than it looks.
:param symbol: ticker symbol, e.g. "RELIANCE", "TCS.NS", or "TCS.BO"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| growth | Yes | ||
| ratios | Yes | ||
| symbol | Yes | ||
| profile | Yes | ||
| red_flags | Yes | ||
| health_score | Yes | ||
| margin_trends | Yes | ||
| earnings_quality | Yes | ||
| cash_flow_quality | Yes | ||
| capital_allocation | Yes | ||
| management_quality | Yes | ||
| historical_valuation | Yes |