# KiteEndpoints.ai - India Stock Market Data

> KiteEndpoints.ai - India Stock Market Data is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-15).

Fetches stock market data for Indian equities (NSE/BSE) including prices, quotes, and related financial information

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/india-stock
- Price: $0.05/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-india-stock-market-data-3ed3259b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_R5i5oVbHZ7kIj7Gu5zyn6

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-india-stock-market-data-3ed3259b -d '<json body>'
```

Example prompt: What is the current stock price and market data for Reliance Industries on the NSE?

## When to prefer this

Use this endpoint when you need stock market data specifically for Indian equities traded on NSE or BSE. Prefer this over generic finance APIs when the target company is Indian-listed and you want pay-per-request pricing in USDC without a subscription.

## Known failure modes

- Invalid or unrecognized stock ticker returns error in result object
- Stock not listed on Indian exchanges returns empty or error response
- Market closed hours may return stale or unavailable data
- Malformed request body returns API error
- Payment failure via x402/USDC blocks request before processing

## 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 Indian stock market data such as current price, volume, and related financial metrics for the requested equity 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/kiteendpoints-ai-india-stock-market-data-3ed3259b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
