# Twelve Data Real-Time Stock Quote

> Twelve Data Real-Time Stock Quote is a paid API for AI agents from kite-hub-v2.vercel.app, paid per call via x402, $0.18/call, status unknown (last checked 2026-09-14).

Fetches a real-time or latest stock quote for a given ticker symbol via the Twelve Data API

## Facts

- Endpoint: POST https://kite-hub-v2.vercel.app/api/twelve-data-quote
- Price: $0.18/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/twelve-data-real-time-stock-quote-b4e1dcc8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Te6nCap8_j2gsGMFbWd_R

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 twelve-data-real-time-stock-quote-b4e1dcc8 -d '<json body>'
```

Example prompt: What is the latest real-time stock quote for NVIDIA (NVDR) — give me the current price, today's open and close, and the volume?

## When to prefer this

Use this endpoint when you need a quick, single-ticker real-time or latest stock quote and want to pay per request without a subscription. Prefer this over brokerage APIs when you don't need order execution, just price data.

## Known failure modes

- Invalid or unrecognized ticker symbol returns an error or empty result
- Market closed periods may return delayed or last-close data rather than real-time
- Missing required ticker input returns a validation error
- Upstream Twelve Data API outage may cause timeout or 502 error
- Payment failure (insufficient USDC) returns 402 Payment Required

## 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 stock quote object containing current price, open, close, high, low, volume, bid/ask prices, and timestamp for the requested ticker symbol, sourced from Twelve Data.

## 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/twelve-data-real-time-stock-quote-b4e1dcc8/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)
