# KiteEndpoints.ai - Share Market News

> KiteEndpoints.ai - Share Market News is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.11/call, status unknown (last checked 2026-09-15).

Fetches the latest share market and stock market news headlines and updates

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/share-market-news
- Price: $0.11/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/kiteendpoints-ai-share-market-news-9c8feff0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QQ_QOHIPp-3y_4riViUXU

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 kiteendpoints-ai-share-market-news-9c8feff0 -d '<json body>'
```

Example prompt: Can you pull the latest share market news for me right now so I can see what's moving in the stock market today?

## When to prefer this

Use this endpoint when you need current share market or stock market news headlines and updates, especially within an x402 pay-per-request micropayment workflow on Base chain. Prefer this over scraping financial news sites directly when you need a structured JSON response ready for agent consumption.

## Known failure modes

- Invalid or missing request body returns an error response
- Upstream news source unavailable may result in empty or stale data
- Payment failure (HTTP 402) if USDC payment on Base chain is not provided
- Rate limiting or quota exceeded if too many requests are made
- Response may return generic example data if the underlying source is not connected

## 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 a JSON object containing the latest share market news data including headlines, articles, and market updates relevant to equity markets.

## 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/kiteendpoints-ai-share-market-news-9c8feff0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from kite-hub-v2.vercel.app](https://www.zero.xyz/host/kite-hub-v2.vercel.app/llms.txt)
