# India Data Gateway – Stock Quote by Symbol

> India Data Gateway – Stock Quote by Symbol is a paid API for AI agents from gateway.hillguava.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns the current price and basic quote data for an Indian stock given its NSE/BSE symbol.

## Facts

- Endpoint: GET https://gateway.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-data-gateway-stock-quote-by-symbol-d8b2c5b6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mTLB94xNtvVLnkSi-SCta

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-data-gateway-stock-quote-by-symbol-d8b2c5b6
```

Example prompt: What's the current share price of Reliance Industries on the NSE? Use the India Data Gateway stock endpoint with symbol RELIANCE.NS and pay the $0.01 USDC per-call fee.

## When to prefer this

Use this endpoint when you need real-time or near-real-time Indian stock prices (NSE/BSE) without registering an account or managing API keys, and you are willing to pay per call in USDC on Base via the x402 protocol. Prefer this over general financial APIs when the target is specifically Indian equities and frictionless pay-per-call access is desired.

## Known failure modes

- Invalid or unrecognized stock symbol returns an error or empty result
- Symbol format mismatch (e.g. missing .NS suffix) may return no data
- Payment failure via x402/USDC results in 402 response with no data
- Market closed or stale data may return last traded price rather than live quote
- Rate limiting or gateway unavailability returns 5xx error

## How this service works

The India data layer for AI agents. Pay only for the calls you make — no API keys, no accounts, no minimums, no rate limits. One x402 origin covering Indian weather (forecasts, monsoon), markets (stocks, indices, F&O with Black-Scholes Greeks, historical, mutual funds), RBI macro, identity/format verification (IFSC, pincode, GSTIN), NSE market holidays, panchang (Hindu almanac), and live cricket scores. Settle per call in USDC on Base.

## Output

A JSON object containing the stock symbol (e.g. RELIANCE.NS), the current price in INR (e.g. 1310.4), and the currency code (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-data-gateway-stock-quote-by-symbol-d8b2c5b6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from gateway.hillguava.xyz](https://www.zero.xyz/host/gateway.hillguava.xyz/llms.txt)
