# KiteEndpoints.ai - Indian Stock Fundamentals

> KiteEndpoints.ai - Indian Stock Fundamentals is a paid API for AI agents from kite-endpoints.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 by company or ticker symbol

## Facts

- Endpoint: POST https://kite-endpoints.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/kiteendpoints-ai-indian-stock-fundamentals-fab18ed5
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_AQRqhYifJM4x3_wOFsERo

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 kiteendpoints-ai-indian-stock-fundamentals-fab18ed5 -d '<json body>'
```

Example prompt: Can you pull the fundamental financial data for Reliance Industries from the Indian stock market — I want to see things like P/E ratio, EPS, revenue, and market cap?

## When to prefer this

Use this endpoint when you need fundamental financial data specifically for companies listed on Indian stock exchanges (NSE/BSE). Prefer this over generic global finance APIs when the target company is Indian and you need localized metrics relevant to Indian market context. Best for investment research, stock screening, or building financial dashboards focused on Indian equities.

## Known failure modes

- Unknown or invalid ticker symbol returns error or empty result
- Company not listed on Indian exchanges (NSE/BSE) may return no data
- Stale or outdated fundamentals if data source has not refreshed recently
- Ambiguous company name with multiple matches may return wrong entity
- Service downtime or upstream data provider failure returns 500 error
- Payment failure in USDC results in 402 response and no data returned

## 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 structured object containing fundamental financial metrics for the requested Indian stock, potentially including P/E ratio, EPS, revenue figures, market capitalization, book value, dividend yield, debt-to-equity ratio, and other key financial indicators for the company listed on Indian exchanges such as 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/kiteendpoints-ai-indian-stock-fundamentals-fab18ed5/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
