# India Financial Data API – Live NSE/BSE Stock Quote

> India Financial Data API – Live NSE/BSE Stock Quote is a paid API for AI agents from stockapi.hillguava.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Fetches a live stock price quote for an NSE/BSE-listed symbol, returning price, symbol, and currency

## Facts

- Endpoint: GET https://stockapi.hillguava.xyz/stock/%7Bsymbol%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/india-financial-data-api-live-nse-bse-stock-quote-b55245e8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_qFoGcpBHrrgu-YocTMPJb

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 india-financial-data-api-live-nse-bse-stock-quote-b55245e8
```

Example prompt: What is the live price of RELIANCE.NS on the Indian stock exchange right now?

## When to prefer this

Use this endpoint when you need a real-time or near-real-time price quote for an Indian equity listed on NSE or BSE, paid per-call with no account setup, particularly when integrating into workflows that need current INR-denominated stock prices for Indian companies.

## Known failure modes

- Invalid or unrecognized stock symbol returns an error
- Symbol not listed on NSE/BSE causes lookup failure
- Payment not settled via x402/USDC causes HTTP 402 response
- Network or upstream data provider outage causes timeout or 5xx error

## How this service works

Pay-per-call India stock, F&O (with Black-Scholes Greeks), mutual fund, and RBI macro data. Powered by x402 — pay in USDC on Base, no account needed.

## Output

A JSON object containing the current stock price (e.g. 1310.4), the ticker symbol (e.g. RELIANCE.NS), and the currency (INR)

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "price": 1310.4,
  "symbol": "RELIANCE.NS",
  "currency": "INR"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/india-financial-data-api-live-nse-bse-stock-quote-b55245e8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stockapi.hillguava.xyz](https://www.zero.xyz/host/stockapi.hillguava.xyz/llms.txt)
