# Stock Price Real-Time Quote API

> Stock Price Real-Time Quote API is a paid API for AI agents from stock-price.api.klymax402.com, paid per call via x402, $0.002/call, status unknown (last checked 2026-09-14).

Returns a real-time stock quote including price, change, volume, and market cap for a given ticker symbol

## Facts

- Endpoint: GET https://stock-price.api.klymax402.com/api/quote
- Price: $0.002/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 1
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stock-price-api-klymax402-com-06022dbc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_S2IFCCwEKQkBjHpHCCJOr

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 stock-price-api-klymax402-com-06022dbc
```

Example prompt: What's the current stock price, today's change, volume, and market cap for TSLA?

## When to prefer this

Use this endpoint when you need a quick real-time snapshot of a single stock's price, change, volume, and market cap by ticker symbol. Prefer this over broader financial data APIs when you only need a lightweight quote rather than historical data, earnings, or fundamentals.

## Known failure modes

- Invalid or unknown ticker symbol returns an error or empty result
- Market closed hours may return stale or last-close data rather than live price
- Rate limiting or payment failure (x402) if USDC balance is insufficient
- Network timeout if the upstream market data provider is unavailable
- Delisted or OTC stocks may not be supported

## How this service works

Get real-time stock quote with price, change, volume, and market cap

## Output

A real-time stock quote object containing the stock's current price, price change (absolute and/or percentage), trading volume, and market capitalization for the requested ticker symbol.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "symbol": {
   "type": "string",
   "description": "Stock ticker symbol (e.g. AAPL, TSLA, MSFT, GOOG)"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stock-price-api-klymax402-com-06022dbc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stock-price.api.klymax402.com](https://www.zero.xyz/host/stock-price.api.klymax402.com/llms.txt)
