# KiteEndpoints.ai - Live Stock Price Lookup

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

Retrieves live (real-time or near-real-time) stock market price data for a given ticker or security

## Facts

- Endpoint: POST https://kite-endpoints.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-lookup-32bd4b6d
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_hCgiCMRcTXTmGdy_2tAcN

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-lookup-32bd4b6d -d '<json body>'
```

Example prompt: What's the live price of AAPL stock right now?

## When to prefer this

Choose this endpoint when you need a quick, pay-per-call live stock price lookup without committing to a monthly subscription to a financial data provider. It is well-suited for AI agents that need occasional equity price checks as part of a broader workflow (e.g. portfolio summaries, conditional trade logic, or financial reporting) and are already operating within the x402/USDC micropayment ecosystem on Base chain.

## Known failure modes

- Invalid or unrecognized ticker symbol returns an error or empty result
- Market closed hours may return stale or last-close prices rather than live data
- Payment failure (insufficient USDC) results in HTTP 402 and no data returned
- Rate limiting or upstream data provider outage may return an error response
- Malformed request body may result in a 400 or schema validation error

## 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 current stock price and related market data for the requested ticker symbol, such as last trade price, possibly bid/ask, volume, or timestamp depending on the underlying data source.

## 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-lookup-32bd4b6d/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)
