# India Mutual Fund NAV & Returns Lookup

> India Mutual Fund NAV & Returns Lookup 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).

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

## Facts

- Endpoint: GET https://stockapi.hillguava.xyz/mutualfund/%7Bscheme_code%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-mutual-fund-nav-returns-lookup-5f4683a6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_xPnd5DJ3P86GEfZsgEqFe

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-mutual-fund-nav-returns-lookup-5f4683a6
```

Example prompt: What's the current NAV and 1-year return for the Axis Bluechip Fund Direct Growth Plan — its AMFI scheme code is 120503?

## When to prefer this

Use this endpoint when you need current NAV and return data for a specific Indian mutual fund scheme by AMFI code, without needing to create an account. Ideal for pay-per-call, low-frequency lookups billed in USDC via x402. Prefer this over brokerage APIs when you want neutral, account-free access to Indian MF data.

## Known failure modes

- Invalid or unknown scheme_code returns an error or empty result
- Network timeout if upstream AMFI/BSE data source is slow
- Payment failure if USDC on Base is not available or x402 handshake fails
- Stale NAV if upstream data has not been refreshed for the day
- Malformed scheme_code (non-numeric or wrong format) may cause 400 or 422 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 scheme's latest NAV (e.g. 58.4231), the scheme name, scheme code, and return percentages such as 1-year return (e.g. 18.32%).

## 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-mutual-fund-nav-returns-lookup-5f4683a6/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)
