# KiteEndpoints.ai - Indian Stock Exchange API

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

Fetches data from the Indian stock exchange (BSE/NSE), returning market information such as stock quotes, indices, or trading data for Indian equities.

## Facts

- Endpoint: POST https://kite-solana.vercel.app/api/indian-stock-exchange-api2
- 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-exchange-api-7f99d379
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_s2IQdLeWFr7kfMJAw1kZk

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-7f99d379 -d '<json body>'
```

Example prompt: Can you pull the current stock price and today's trading volume for Tata Consultancy Services (TCS) from the Indian stock exchange?

## When to prefer this

Choose this endpoint when you need live or recent market data specifically from Indian stock exchanges (NSE/BSE) and want pay-per-use pricing via USDC on Base chain without a subscription commitment. Suitable for agents that only occasionally need Indian market data and want to avoid maintaining a separate exchange data subscription.

## Known failure modes

- Invalid or unrecognized stock symbol returns an error or empty result
- Market closed hours may return stale or unavailable data
- Missing required query parameters results in a 400-level error
- Network or upstream exchange API outage returns a 500-level error
- Rate limiting or payment failure via USDC may block the request

## 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 JSON object containing Indian stock exchange data such as current price, trading volume, index values, percentage change, or other market metrics depending on the query parameters supplied.

## 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-7f99d379/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-solana.vercel.app](https://www.zero.xyz/host/kite-solana.vercel.app/llms.txt)
