# Indian Stock Market Data (NSE/BSE/BCD/MCX/CDS/NFO)

> Indian Stock Market Data (NSE/BSE/BCD/MCX/CDS/NFO) is a paid API for AI agents from komo-ai.vercel.app, paid per call via x402, $0.061395/call, status unknown (last checked 2026-09-15).

Fetches live and historical stock market data from Indian exchanges including NSE, BSE, MCX, and derivative segments

## Facts

- Endpoint: POST https://komo-ai.vercel.app/api/indian-stock-market-data-nse-bse-bcd-mcx-cds-nfo
- Price: $0.061395/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-market-data-nse-bse-bcd-mcx-cds-nfo-fedcb7c6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_g1zVsMAdWlbca5aY2wPrE

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-market-data-nse-bse-bcd-mcx-cds-nfo-fedcb7c6 -d '<json body>'
```

Example prompt: Can you pull the current stock price and trading data for Reliance Industries from NSE for me?

## When to prefer this

Use this endpoint when you need real-time or recent market data specifically from Indian exchanges (NSE, BSE, MCX, CDS, BCD, NFO) and want pay-per-call pricing via x402 on Base chain without a subscription commitment.

## Known failure modes

- Invalid or unrecognized stock symbol returns error in result object
- Exchange segment not supported or unavailable returns empty data
- Payment failure via x402 protocol prevents data retrieval
- Network timeout on vercel deployment causes partial response
- 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 a result object containing market data for the queried Indian stock or instrument, including price, volume, and other exchange-specific fields from NSE, BSE, MCX, CDS, BCD, or NFO segments.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## 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-market-data-nse-bse-bcd-mcx-cds-nfo-fedcb7c6/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)
