# KiteEndpoints.ai - Indian Market Data

> KiteEndpoints.ai - Indian Market Data 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-14).

Retrieves Indian financial market data including stock prices, indices, and related market information for Indian exchanges

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/indian-market-data
- Price: $0.16/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-indian-market-data-300bcceb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iSFdUfdeaSy9DFMwF3iY9

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-market-data-300bcceb -d '<json body>'
```

Example prompt: Can you pull the latest Indian market data for me — I want current prices and any available metrics for the NSE and BSE indices right now?

## When to prefer this

Choose this endpoint when you need Indian market-specific financial data (NSE/BSE) and want a pay-per-request model via USDC on Base chain, avoiding subscription-based data providers. Useful for agents that only occasionally need Indian market data and want to avoid fixed monthly fees.

## Known failure modes

- Missing or malformed request body returns an error
- Market closed hours may return stale or unavailable data
- Unrecognized stock symbols or indices may return empty results
- Network timeout or upstream data provider failure
- Payment failure in USDC/x402 protocol prevents request from being processed

## 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 financial market data such as stock prices, index levels, trading volumes, and other market metrics sourced from Indian exchanges like NSE and 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-market-data-300bcceb/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)
