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

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

## Facts

- Endpoint: POST https://kite-hub-v2.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-16b153fe
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ftoslzCZ1HVtRbov1sKpu

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

Example prompt: Can you pull the current market data for Reliance Industries from the NSE exchange — I need the latest price, volume, and any available OHLC info?

## When to prefer this

Use this endpoint when you need real-time or recent market data specifically from Indian stock exchanges (NSE, BSE) or commodity/derivative segments (MCX, NFO, CDS, BCD). It covers a broad range of Indian financial instruments in a single endpoint, making it useful for agents that need Indian market coverage without building exchange-specific integrations.

## Known failure modes

- Invalid or unrecognized stock symbol returns an error or empty result
- Exchange segment not supported or unavailable returns failure response
- Market closed hours may result in stale or unavailable data
- Malformed request body causes API error
- Payment failure via x402/USDC blocks 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 result object containing market data for the requested Indian exchange instrument, which may include current price, OHLC (open, high, low, close) values, trading volume, and other exchange-specific fields depending on the segment queried (NSE, BSE, MCX, NFO, CDS, 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-16b153fe/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
