# KiteEndpoints.ai - Indian Stock Exchange API

> KiteEndpoints.ai - Indian Stock Exchange API 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-13).

Retrieves data from the Indian stock exchange (NSE/BSE) including stock quotes, market data, and related financial information

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/indian-stock-exchange-api2
- Price: $0.16/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-indian-stock-exchange-api-f484669d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_7M6rT-LieJvA41pOUl0TA

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-exchange-api-f484669d -d '<json body>'
```

Example prompt: Can you look up the current stock price and trading data for Reliance Industries on the Indian stock exchange (NSE)?

## When to prefer this

Choose this endpoint when you need Indian stock market data (NSE/BSE) specifically, especially if you require a pay-per-request model via USDC micropayments on Base chain rather than a subscription-based financial data API. Suitable for agents that only occasionally need Indian equity data and want to avoid monthly subscription costs.

## Known failure modes

- Invalid or unrecognized stock symbol returns error or empty data
- Exchange may be closed outside trading hours, returning stale or no data
- Network timeout or upstream data provider unavailability
- Malformed request body returns generic error
- Rate limiting or payment failure for USDC micropayment

## 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 stock exchange data such as current price, trading volume, market capitalization, and other financial metrics for the queried Indian stock or market instrument.

## 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-exchange-api-f484669d/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)
