Full fundamental analysis of any NSE-listed company — quarterly P&L with growth, the complete annual balance sheet, self-computed institutional ratios, and the shareholding pattern — built entirely from the company's own official NSE XBRL filings. SEBI-mandated public disclosures, primary-sourced like SEC EDGAR. No scraping, no third-party aggregator, no terminal subscription.
Pass an NSE symbol; receive a complete fundamental picture. Each layer is parsed and computed from the company's primary regulatory filings.
Revenue, net profit, EPS, and net margin for the latest reported quarter — plus year-on-year and quarter-on-quarter growth, computed on a like-for-like basis (same standalone/consolidated reporting, period-aware) so the comparison is real, not an artifact of mismatched filings.
revenue_crnet_profit_crepsnet_margin_pctgrowth_yoygrowth_qoqThe complete audited balance sheet from the annual XBRL filing — total assets, total equity, total debt (current + non-current borrowings), current assets and liabilities, cash, inventories, trade receivables, and property/plant/equipment. The structural picture of the business.
total_assets_crtotal_equity_crtotal_debt_crcurrent_assets_crcurrent_liabilities_crcash_crinventories_crSeven ratios derived directly from the primary balance-sheet and P&L data — computed directly from source. We derive them ourselves rather than reading the filed fields (which are often left blank or zero), so a real debt/equity of 0.35 shows up even when the filing leaves the field at 0.00.
roe_pctroce_pctdebt_equitycurrent_ratiointerest_coverageasset_turnovernet_margin_pctThe ownership structure from the official NSE shareholding master — promoter holding, public holding, and the promoter-pledge governance flag (whether any promoter shares are pledged or encumbered). Promoter pledging is a red-flag signal funds watch closely.
promoter_pctpublic_pctpromoter_shares_pledgedEvery figure traces to an authoritative regulatory disclosure — the same primary filings auditors and institutional desks rely on. Nothing is inferred from third-party aggregators.
A single call to hsh-india-fundamentals with {"symbol":"RELIANCE"} returns structured JSON, ready for a model to consume:
{
"company_name": "Reliance Industries Limited",
"isin": "INE002A01018",
"latest_result": {
"for_period": "Third Quarter",
"revenue_cr": 128260, "net_profit_cr": 8721, "eps": 6.44
},
"trends": { "revenue_growth_yoy_pct": -1.8, "profit_growth_qoq_pct": 13.1 },
"annual_balance_sheet": {
"total_assets_cr": 1755986, "total_equity_cr": 925788,
"total_debt_cr": 324622, "cash_cr": 97225
},
"ratios": {
"roe_pct": 2.29, "roce_pct": 2.46,
"debt_equity": 0.35, "current_ratio": 1.18,
"interest_coverage": 5.81
},
"shareholding": {
"promoter_pct": 50, "public_pct": 50,
"promoter_shares_pledged": false
},
"sources": ["nse_xbrl_filings", "nse_annual_xbrl_balance_sheet", "nse_shareholding_master"]
}dod.hshintelligence.com/mcp or the /x402/catalog. Input: an NSE symbol like RELIANCE.USDC on Base. Fixed deterministic price — no subscription.# call the India fundamentals tool curl -H "X-Payment: <x402-usdc-base-payload>" \ "https://dod.hshintelligence.com/mcp" \ -d '{"tool":"hsh-india-fundamentals","input":{"symbol":"TCS"}}'
RELIANCE, TCS, INFY, HDFCBANK).