# Indian Stock Exchange API (Magnum.ai)

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

Fetches data from Indian stock exchanges (NSE/BSE), returning market data, stock prices, or related financial information for Indian equities.

## Facts

- Endpoint: POST https://magnum-ai-flame.vercel.app/api/indian-stock-exchange-api2
- Price: $0.14/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-exchange-api-magnum-ai-dcf5e2c1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6hP2L1E_K9RMIrpfw1Jm1

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-magnum-ai-dcf5e2c1 -d '<json body>'
```

Example prompt: What's the current stock price and market data for Infosys on the NSE Indian stock exchange?

## When to prefer this

Use this endpoint when you need to retrieve stock market data specifically from Indian exchanges (NSE/BSE) and are operating in an x402 micropayment-enabled environment on Base chain. Prefer this over generic financial data APIs when targeting Indian equities specifically.

## Known failure modes

- Invalid or unrecognized stock symbol returns error in result object
- Exchange connectivity issues may return empty or stale data
- Malformed request body returns 400-level error
- Payment failure via x402 returns 402 Payment Required before data is served
- Unknown or delisted ticker may return null data

## 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 stock exchange data for the queried Indian equity, which may include price, volume, market cap, or other exchange-level financial metrics depending on the underlying data source.

## 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-magnum-ai-dcf5e2c1/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)
