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

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

Retrieves live and historical stock market data from Indian exchanges including NSE, BSE, MCX, CDS, BCD, and NFO segments.

## Facts

- Endpoint: POST https://magnum-ai-flame.vercel.app/api/indian-stock-market-data-nse-bse-bcd-mcx-cds-nfo
- Price: $0.09/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/indian-stock-market-data-api-nse-bse-bcd-mcx-cds-nfo-7f90af7d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_JM4zxo60HuSNqhAaXR5FG

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-api-nse-bse-bcd-mcx-cds-nfo-7f90af7d -d '<json body>'
```

Example prompt: Can you pull the current stock price and market data for Reliance Industries from the NSE exchange right now?

## When to prefer this

Use this endpoint when you need real-time or near-real-time market data specifically from Indian exchanges (NSE, BSE, MCX, CDS, BCD, NFO) and are operating in a pay-per-call micropayment context via x402 on Base chain. Prefer this over scraping or general financial APIs when you need structured Indian market data programmatically.

## Known failure modes

- Invalid or unrecognized stock symbol returns empty or error result
- Payment failure due to insufficient USDC balance on Base chain
- Unsupported exchange segment or market type
- Market closed or data temporarily unavailable
- Malformed request body returns generic error

## How this service works

Pay-per-call API marketplace with 150 endpoints powered by x402 payments on Base chain.

## Output

Returns a result object containing market data for the queried Indian exchange and instrument, including price and trading information from NSE, BSE, MCX, CDS, BCD, or NFO segments.

## 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-api-nse-bse-bcd-mcx-cds-nfo-7f90af7d/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from magnum-ai-flame.vercel.app](https://www.zero.xyz/host/magnum-ai-flame.vercel.app/llms.txt)
