# India Data Gateway — Mutual Fund NAV & Returns

> India Data Gateway — Mutual Fund NAV & Returns 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-08).

Returns the latest NAV and 1-year return percentage for an Indian mutual fund scheme identified by its scheme code.

## Facts

- Endpoint: GET https://gateway.hillguava.xyz/mutualfund/%7Bscheme_code%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-08
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/india-data-gateway-mutual-fund-nav-returns-b2ac9644
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_sXZIv8MZcat-tVANbIBnW

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-mutual-fund-nav-returns-b2ac9644
```

Example prompt: What's the current NAV and 1-year return for Indian mutual fund scheme code 120503 — the Axis Bluechip Fund Direct Growth plan?

## When to prefer this

Use this endpoint when you need real-time or near-real-time NAV and return data for a specific Indian mutual fund scheme by its AMFI scheme code, without needing an API key or account — ideal for pay-per-call agentic workflows using USDC on Base.

## Known failure modes

- Invalid or unknown scheme_code returns an error or empty response
- Service unavailable if upstream AMFI/mutual fund data source is down
- Payment failure via x402 if USDC balance is insufficient on Base
- Malformed URL path if scheme_code is not properly substituted

## 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

Returns a JSON object containing the scheme code, scheme name, latest NAV value, and return percentages (e.g. 1-year return). Example: {latest_nav: 58.4231, returns_pct: {1y: 18.32}, scheme_code: 120503, scheme_name: 'Axis Bluechip Fund - Direct Plan - Growth'}.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "latest_nav": 58.4231,
  "returns_pct": {
   "1y": 18.32
  },
  "scheme_code": 120503,
  "scheme_name": "Axis Bluechip Fund - Direct Plan - Growth"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/india-data-gateway-mutual-fund-nav-returns-b2ac9644/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)
