# KiteEndpoints.ai - Live Stock Price API

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

Fetches real-time stock market price and data for a given ticker symbol

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/live-stock
- Price: $0.16/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-live-stock-price-api-8feb146d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZT9wc4Mg8PQRaOWlEbVXh

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-live-stock-price-api-8feb146d -d '<json body>'
```

Example prompt: What is the current live stock price for Tesla (TSLA)?

## When to prefer this

Use this endpoint when you need real-time or near-real-time stock price quotes for publicly traded equities, especially in agent workflows requiring live market data paid per-request via USDC on Base chain without a monthly subscription commitment.

## Known failure modes

- Invalid or unrecognized ticker symbol returns an error or empty result
- Market closed outside trading hours may return stale or delayed data
- Payment failure in USDC results in 402 response blocking data access
- Network timeout or upstream data provider unavailability returns 5xx error
- Rate limiting if too many requests are made in quick succession

## 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 result object containing real-time stock market data including the current price and related quote information for the requested ticker symbol.

## 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-live-stock-price-api-8feb146d/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)
