# India News & Regulatory Intel API – Stock Ticker News

> India News & Regulatory Intel API – Stock Ticker News is a paid API for AI agents from india-news.hillguava.xyz, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Fetches aggregated news articles for a specific NSE/BSE-listed stock ticker symbol from India finance publishers

## Facts

- Endpoint: GET https://india-news.hillguava.xyz/news/ticker/%7Bsymbol%7D
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/india-news-regulatory-intel-api-stock-ticker-news-098ff190
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jDp4A8lMHkobP_fo3X-83

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-news-regulatory-intel-api-stock-ticker-news-098ff190
```

Example prompt: Can you pull the latest news articles for RELIANCE from Indian finance publishers so I can see what's happening with the stock right now?

## When to prefer this

Use this endpoint when you need stock-specific news aggregated from Indian finance publishers for a named NSE or BSE ticker symbol, especially when you want pay-per-call pricing via USDC rather than a subscription, or when monitoring Indian equities specifically rather than global markets.

## Known failure modes

- Unknown or invalid ticker symbol returns empty results or 404
- Rate limiting or payment failure returns 402 Payment Required
- Upstream public feed outages may return stale or zero results
- Malformed symbol input (e.g. spaces, special chars) may cause parsing errors

## How this service works

Pay-per-call India news and regulatory intelligence: aggregated business headlines, stock-specific news, and SEBI/RBI regulatory alerts. Powered by x402 — pay in USDC on Base. All sources are public feeds.

## Output

Returns a JSON object containing the ticker symbol, resolved company name, total article count, and a list of news items each with a title, source name (e.g. google_news), publication timestamp, and article URL — sourced from Indian finance and business publishers.

## 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-news-regulatory-intel-api-stock-ticker-news-098ff190/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from india-news.hillguava.xyz](https://www.zero.xyz/host/india-news.hillguava.xyz/llms.txt)
