# Indian Stock Exchange API

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

Retrieves market data and information from Indian stock exchanges (BSE/NSE) via a pay-per-call API

## Facts

- Endpoint: POST https://komo-ai.vercel.app/api/indian-stock-exchange-api2
- Price: $0.053905/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/indian-stock-exchange-api-1c7c9627
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_iYBsJydwRhC8H2HqCZYxF

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 indian-stock-exchange-api-1c7c9627 -d '<json body>'
```

Example prompt: Can you look up the current stock data for Reliance Industries on the Indian stock exchange — I need the latest price and trading info from NSE or BSE?

## When to prefer this

Use this endpoint when you need structured financial market data specifically from Indian stock exchanges (BSE/NSE) and are operating in a blockchain-native payment environment using the x402 protocol on Base chain. Prefer this over general financial data APIs when targeting Indian equity markets specifically.

## Known failure modes

- Invalid or unrecognized stock symbol returns error in result object
- Exchange identifier not supported returns empty or error response
- Payment failure via x402 protocol prevents API call from being made
- Network timeout or upstream exchange data unavailability returns error
- Malformed request body returns validation error

## How this service works

150 premium API endpoints with pay-per-call pricing via x402 protocol on Base chain

## Output

Returns an object containing Indian stock exchange market data such as stock price, ticker details, trading volume, and other exchange-specific financial metrics for the queried company or symbol.

## 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/indian-stock-exchange-api-1c7c9627/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from komo-ai.vercel.app](https://www.zero.xyz/host/komo-ai.vercel.app/llms.txt)
