get_company_profile
Retrieve a company profile and overview for any NSE/BSE-listed Indian stock using its ticker symbol, such as RELIANCE or TCS.NS. Get key business details to support fundamental analysis.
Instructions
Get the company profile/overview for an NSE/BSE-listed Indian equity.
Accepts a bare symbol (e.g. "RELIANCE") and normalizes it to NSE by
default (appends .NS), or an explicit .NS/.BO suffix to pick the
exchange. This server covers Indian markets only -- a symbol that
resolves to real data on a non-Indian exchange is rejected rather than
silently returned.
: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 |
|---|---|---|---|
| city | No | ||
| name | No | ||
| sector | No | ||
| symbol | Yes | Normalized symbol, e.g. RELIANCE.NS | |
| country | No | ||
| website | No | ||
| currency | No | ||
| exchange | No | Human-readable: NSE or BSE | |
| industry | No | ||
| employees | No | ||
| market_cap | No | ||
| description | No | Business summary |