# 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 kite-endpoints.vercel.app, paid per call via x402, $0.07/call, status unknown (last checked 2026-09-13).

Fetches real-time or latest stock market data from Indian exchanges including NSE, BSE, MCX, CDS, NFO, and BCD segments

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/indian-stock-market-data-nse-bse-bcd-mcx-cds-nfo
- Price: $0.07/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/indian-stock-market-data-nse-bse-bcd-mcx-cds-nfo-76b39d12
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_H73qiyyd7ECFl_NQdlbe-

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

Example prompt: Can you get me the latest stock price and market data for Reliance Industries from NSE right now?

## When to prefer this

Use this endpoint when you need real-time or latest price data specifically from Indian stock exchanges (NSE, BSE) or Indian commodity/derivative markets (MCX, NFO, CDS, BCD). Prefer this over generic global market data APIs when the target instruments are Indian equities, commodities, or derivatives.

## Known failure modes

- Invalid or unrecognized stock symbol returns error or empty result
- Exchange segment not supported or unavailable returns error
- Market closed hours may return stale or no data
- Network timeout or upstream exchange API unavailability
- Malformed request body causes 400-level response

## 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 market data for the requested Indian exchange instrument, including price information, OHLC values, volume, and other segment-specific fields depending on the exchange (NSE, BSE, MCX, CDS, NFO, BCD).

## 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-76b39d12/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)
