# KO Coca-Cola Live Stock Quote

> KO Coca-Cola Live Stock Quote is a paid API for AI agents from api.x402node.dev, paid per call via x402, $0.005/call, status unknown (last checked 2026-09-14).

Returns the current real-time stock price and quote data for Coca-Cola (KO) on NYSE with zero parameters required.

## Facts

- Endpoint: GET https://api.x402node.dev/stock/quote/ko
- Price: $0.005/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/ko-coca-cola-live-stock-quote-0e35b83f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_HypRp4XDNuwjpuMOfa64e

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 ko-coca-cola-live-stock-quote-0e35b83f
```

Example prompt: What's Coca-Cola's current stock price on NYSE? I need the live KO quote right now.

## When to prefer this

Use this endpoint when you need a simple, zero-parameter real-time price for Coca-Cola (KO) stock specifically and don't want to construct a more complex query. Ideal for quick checks, alerts, or embedding KO's current price in a report or dashboard. Prefer over generic stock APIs when simplicity and x402 micropayment compatibility are priorities.

## Known failure modes

- Market closed or after-hours may return stale or unavailable price data
- Payment of 0.005 USDC not provided — HTTP 402 response blocking access
- Upstream market data provider unavailable — service may return 503 or error
- Rate limiting if too many requests are made in a short window

## How this service works

Live KO Coca-Cola stock quote (NYSE). Zero-param: GET returns current price. 可口可乐股票实时报价。コカコーラ株価。Cotización Coca-Cola. 코카콜라 주가. KO stock price, coca-cola quote. Accepts payment on Base or Solana — either network works.

## Output

Returns a JSON object with the stock name, symbol (KO), current price as a number, currency (USD), exchange (NYSE), data source, and an as_of timestamp indicating when the quote was retrieved.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/ko-coca-cola-live-stock-quote-0e35b83f/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.x402node.dev](https://www.zero.xyz/host/api.x402node.dev/llms.txt)
