# Sna4an Indian Stock Exchange API

> Sna4an Indian Stock Exchange API is a paid API for AI agents from sna4an-finance.vercel.app, paid per call via x402, $0.16/call, status unknown (last checked 2026-09-15).

Provides Indian stock exchange market data, financial analysis, and trading information via a RapidAPI-backed sub-endpoint proxy

## Facts

- Endpoint: POST https://sna4an-finance.vercel.app/api/indian-stock-exchange
- Price: $0.16/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/sna4an-indian-stock-exchange-api-8702a1af
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_NwH1JVZcrZEVprOQYr3Xz

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 sna4an-indian-stock-exchange-api-8702a1af -d '<json body>'
```

Example prompt: Can you pull the current stock price and basic financials for Reliance Industries from the Indian stock exchange — use the /stock-details path with the ticker RELIANCE?

## When to prefer this

Use this endpoint when you need Indian-specific stock market data (BSE/NSE listed equities) and are comfortable specifying a RapidAPI sub-endpoint path; suitable for agents needing programmatic access to Indian financial markets without a direct RapidAPI subscription.

## Known failure modes

- Invalid or unsupported sub-endpoint path returns error or empty response
- Missing required query parameters causes incomplete or failed data fetch
- RapidAPI upstream service downtime results in proxy failure
- Invalid stock ticker or symbol returns no data
- Payment failure (x402) prevents API access
- Rate limiting from upstream RapidAPI provider

## How this service works

Stock market data, financial analysis, and trading APIs

## Output

Returns a JSON object containing Indian stock exchange data such as price quotes, financial metrics, trading volumes, or other market information depending on the sub-endpoint path queried via the RapidAPI proxy.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "path": {
   "type": "string",
   "description": "RapidAPI sub-endpoint path"
  },
  "params": {
   "type": "object",
   "description": "Query parameters"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "object"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/sna4an-indian-stock-exchange-api-8702a1af/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from sna4an-finance.vercel.app](https://www.zero.xyz/host/sna4an-finance.vercel.app/llms.txt)
