# Indian Stock Fundamentals API

> Indian Stock Fundamentals API is a paid API for AI agents from kite-hub-v3.vercel.app, paid per call via x402, $0.16/call, status unknown (last checked 2026-09-15).

Retrieves fundamental financial data for Indian stock market equities listed on NSE/BSE

## Facts

- Endpoint: POST https://kite-hub-v3.vercel.app/api/indian-stock-fundamentals
- Price: $0.16/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/indian-stock-fundamentals-api-9db5cd55
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_uPgV4H6poH4Lcienr8X2P

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability indian-stock-fundamentals-api-9db5cd55 -d '<json body>'
```

Example prompt: Can you pull up the fundamental financial data for Reliance Industries on NSE — I want the P/E ratio, EPS, market cap, revenue, and dividend yield?

## When to prefer this

Use this endpoint when you need fundamental financial analysis data (valuation ratios, earnings, balance sheet metrics) specifically for Indian equities listed on NSE or BSE. Prefer this over generic finance APIs when the user is asking about Indian market stocks like NIFTY 50 or SENSEX constituents, or companies like Reliance, TCS, Infosys, HDFC, or Wipro.

## Known failure modes

- Invalid or unrecognized stock ticker returns empty or error result
- Stock not listed on Indian exchanges returns no data
- Rate limiting or payment failure (402) if USDC balance is insufficient
- Stale or missing data for smaller/illiquid stocks
- Malformed request body returns 400-level error

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns a result object containing fundamental financial metrics for the queried Indian stock, such as P/E ratio, EPS, market capitalization, revenue figures, book value, ROE, debt-to-equity ratio, and dividend yield for companies listed on NSE or BSE.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/indian-stock-fundamentals-api-9db5cd55/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v3.vercel.app](https://www.zero.xyz/host/kite-hub-v3.vercel.app/llms.txt)
