# India Data Gateway — News Ticker for Indian Stock Symbol

> India Data Gateway — News Ticker for Indian Stock 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).

Fetches recent news articles and headlines for a given Indian stock ticker symbol (e.g. RELIANCE, INFY, TCS) from aggregated news sources

## Facts

- Endpoint: GET https://gateway.hillguava.xyz/news/ticker/%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-news-ticker-for-indian-stock-symbol-ca22ff43
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_G1meAQAEweFsnXGhKn7xN

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-news-ticker-for-indian-stock-symbol-ca22ff43
```

Example prompt: Pull the latest news headlines for RELIANCE on the India Data Gateway — I want to see what's been published recently about Reliance Industries.

## When to prefer this

Use this endpoint when you need recent news headlines specifically for Indian stocks listed on NSE or BSE, paid per-call without API keys. Prefer this over general web search when you want structured, source-attributed news items with timestamps tied to a specific ticker symbol, and when working within an x402 USDC payment flow on Base.

## Known failure modes

- Invalid or unrecognized ticker symbol returns empty items array or error response
- Symbol not listed on NSE/BSE may yield zero results
- Payment not settled in USDC on Base results in 402 response before data is returned
- Stale or delayed news if underlying aggregation pipeline has latency
- Malformed symbol (special characters, spaces) may return 400 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 a count of articles, the queried symbol, the resolved company name, and an array of news items each with a title, link, source name (e.g. google_news), and ISO 8601 published timestamp.

## Request schema (JSON Schema)

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

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "count": 12,
  "items": [
   {
    "link": "https://...",
    "title": "Reliance Industries Q1 results beat estimates",
    "source": "google_news",
    "published": "2026-07-01T06:00:00Z"
   }
  ],
  "symbol": "RELIANCE",
  "company": "Reliance Industries"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/india-data-gateway-news-ticker-for-indian-stock-symbol-ca22ff43/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)
