# MoneyControl Live Data API

> MoneyControl Live Data API is a paid API for AI agents from kite-endpoints.vercel.app, paid per call via x402, $0.17/call, status unknown (last checked 2026-09-13).

Fetches live financial market data from MoneyControl, including stock quotes, indices, and related market information

## Facts

- Endpoint: POST https://kite-endpoints.vercel.app/api/moneycontrol-live
- Price: $0.17/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/moneycontrol-live-data-api-5a8785d4
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Lrw-ct-_cb5HAPXUBE4GV

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 moneycontrol-live-data-api-5a8785d4 -d '<json body>'
```

Example prompt: What is the live price of Reliance Industries right now on MoneyControl — can you pull the latest stock data for it?

## When to prefer this

Choose this endpoint when you specifically need live Indian stock market data sourced from MoneyControl, particularly for NSE/BSE-listed equities and Indian market indices like Sensex or Nifty. Prefer this over generic finance APIs when MoneyControl-specific data or Indian market coverage is required.

## Known failure modes

- Invalid or unrecognized stock symbol returns empty or error result
- MoneyControl scraping source may be unavailable or rate-limited, causing failures
- Stale data if MoneyControl upstream is delayed
- Malformed request body returns 400 or unexpected response
- Market closed hours may return last closing price rather than live feed

## How this service works

400+ paid API endpoints. Social media, AI, crypto, finance, weather, ecommerce, tools. Pay per request with USDC on Base chain.

## Output

Returns live market data from MoneyControl, likely including current price, percentage change, volume, and related financial metrics for the queried stock or index.

## Response schema (JSON Schema)

```json
{
 "type": "object",
 "example": {
  "result": {
   "data": "example response"
  }
 },
 "properties": {
  "result": {
   "type": "object",
   "description": "API response data"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/moneycontrol-live-data-api-5a8785d4/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-endpoints.vercel.app](https://www.zero.xyz/host/kite-endpoints.vercel.app/llms.txt)
